|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.io.InvertedFileFilter
This takes a file filter as input and inverts the selection. This is used in retrieving files that are not accepted by a filter.
Constructor Summary | |
InvertedFileFilter(java.io.FilenameFilter originalFilter)
|
Method Summary | |
boolean |
accept(java.io.File file,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvertedFileFilter(java.io.FilenameFilter originalFilter)
Method Detail |
public boolean accept(java.io.File file, java.lang.String name)
accept
in interface java.io.FilenameFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |