|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.io.DirectoryFileFilter
A directory filter.
Constructor Summary | |
DirectoryFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File pathname)
Accept directories only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirectoryFileFilter()
Method Detail |
public final boolean accept(java.io.File pathname)
accept
in interface java.io.FileFilter
pathname
- A file reference to check.
true
if the path is a
directory.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |