|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.common.util.DirnameFilter
JDK 1.1-style FilenameFilter implementation that only accepts directories.
Constructor Summary | |
DirnameFilter()
|
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
Implements FilenameFilter.accept. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirnameFilter()
Method Detail |
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
name
- the absolute name of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |