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

java.lang.Object
  extended by net.anotheria.moskito.central.storage.fs.IncludeExcludeList
      extended by net.anotheria.moskito.central.storage.fs.IncludeExcludeWildcardList

public class IncludeExcludeWildcardList
extends IncludeExcludeList

IncludeExcludeExtendedList class.

Author:
dagafonov

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

Constructor Detail

IncludeExcludeWildcardList

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

include

public boolean include(String query)
Description copied from class: IncludeExcludeList
Checks on availability query in include, exclude Set's.

Overrides:
include in class IncludeExcludeList
Returns:
boolean


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