net.anotheria.moskito.central.storage.fs
Class IncludeExcludeList
java.lang.Object
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
IncludeExcludeList
public IncludeExcludeList(String include,
String exclude)
- Parameters:
include - exclude -
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.