|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.util.io.DirectoryFilter
public class DirectoryFilter
DirectoryFilter implements a java.io.FileFilter that matches only directories.
| Constructor Summary | |
|---|---|
DirectoryFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File f)
Determine whether the specified file is a directory or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryFilter()
| Method Detail |
|---|
public boolean accept(java.io.File f)
accept in interface java.io.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||