|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.DesirableFilter
Filters filenames to determine whether or not the file is desirable.
Constructor Summary | |
DesirableFilter()
|
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
Test the given filename to determine whether or not it's desirable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DesirableFilter()
Method Detail |
public boolean accept(java.io.File dir, 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 |