org.progeeks.util.xml
Class FileSetHandler.Exclude

java.lang.Object
  extended by org.progeeks.util.xml.FileSetHandler.FilePattern
      extended by org.progeeks.util.xml.FileSetHandler.Exclude
Enclosing class:
FileSetHandler

public static class FileSetHandler.Exclude
extends FileSetHandler.FilePattern


Field Summary
 
Fields inherited from class org.progeeks.util.xml.FileSetHandler.FilePattern
EXCLUDE, INCLUDE, UNKNOWN
 
Constructor Summary
FileSetHandler.Exclude()
           
 
Method Summary
 int accept(java.io.File f, java.io.File base)
          Returns EXCLUDE if the file matches or UNKNOWN if now.
 
Methods inherited from class org.progeeks.util.xml.FileSetHandler.FilePattern
createPattern, getName, matches, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSetHandler.Exclude

public FileSetHandler.Exclude()
Method Detail

accept

public int accept(java.io.File f,
                  java.io.File base)
Returns EXCLUDE if the file matches or UNKNOWN if now.

Specified by:
accept in class FileSetHandler.FilePattern


Copyright © 2002-2003 Paul Speed. All Rights Reserved.