Class NotFileFilter

java.lang.Object
org.apache.commons.io.filefilter.AbstractFileFilter
org.apache.commons.io.filefilter.NotFileFilter
All Implemented Interfaces:
FileFilter, FilenameFilter, Serializable, IOFileFilter

public class NotFileFilter extends AbstractFileFilter implements Serializable
This filter produces a logical NOT of the filters specified.
Since:
1.0
See Also:
  • Constructor Details

  • Method Details