JTools

org.jtools.io.filter
Class AntLikeFilter

java.lang.Object
  extended by org.jtools.io.filter.AntLikeFilter
All Implemented Interfaces:
org.jpattern.condition.Condition<FilterableFile>

public class AntLikeFilter
extends Object
implements org.jpattern.condition.Condition<FilterableFile>

Author:
Rainer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
AntLikeFilter(boolean exclude, String pattern)
           
 
Method Summary
 boolean match(FilterableFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLikeFilter

public AntLikeFilter(boolean exclude,
                     String pattern)
Method Detail

match

public boolean match(FilterableFile file)
Specified by:
match in interface org.jpattern.condition.Condition<FilterableFile>

JTools

© 2000-2006, JTools.org.