|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileFilter
An interface for filtering files.
Method Summary | |
---|---|
boolean |
accept(java.io.File f)
Check if a file is accepted by this filter. |
boolean |
acceptsDirectories()
Check if (all) directories are accepted by this filter. |
java.lang.String |
getDescription()
Get a short description for this filter. |
Method Detail |
---|
boolean accept(java.io.File f)
f
- The file to be tested.
boolean acceptsDirectories()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |