net.anotheria.moskito.central.storage.fs
Class IncludeExcludeList

java.lang.Object
  extended by net.anotheria.moskito.central.storage.fs.IncludeExcludeList
Direct Known Subclasses:
IncludeExcludeWildcardList

public class IncludeExcludeList
extends Object

IncludeExcludeList class.

Since:
25.03.13 10:30
Author:
lrosenberg

Constructor Summary
IncludeExcludeList(String include, String exclude)
           
 
Method Summary
 Set<String> getExcludes()
           
 Set<String> getIncludes()
           
 boolean include(String query)
          Checks on availability query in include, exclude Set's.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncludeExcludeList

public IncludeExcludeList(String include,
                          String exclude)
Parameters:
include -
exclude -
Method Detail

getIncludes

public Set<String> getIncludes()

getExcludes

public Set<String> getExcludes()

include

public boolean include(String query)
Checks on availability query in include, exclude Set's.

Parameters:
query -
Returns:
boolean

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.