org.apache.commons.io.find
Class PathFilter
java.lang.Object
org.apache.commons.io.find.PathFilter
- All Implemented Interfaces:
- java.io.FileFilter
- class PathFilter
- extends java.lang.Object
- implements java.io.FileFilter
Constructor Summary |
PathFilter(java.lang.Object option,
java.lang.Object argument,
boolean invert,
boolean ignoreCase)
|
Method Summary |
boolean |
accept(java.io.File file)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
option
private java.lang.Object option
invert
private boolean invert
argument
private java.lang.Object argument
ignoreCase
private boolean ignoreCase
PathFilter
public PathFilter(java.lang.Object option,
java.lang.Object argument,
boolean invert,
boolean ignoreCase)
accept
public boolean accept(java.io.File file)
- Specified by:
accept
in interface java.io.FileFilter