|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface which brings the FileFilter and FilenameFilter interfaces together.
| Method Summary | |
boolean |
accept(java.io.File file)
Checks to see if the File should be accepted by this filter. |
boolean |
accept(java.io.File dir,
java.lang.String name)
Checks to see if the File should be accepted by this filter. |
| Method Detail |
public boolean accept(java.io.File file)
Defined in FileFilter.
accept in interface java.io.FileFilterfile - the File to check
public boolean accept(java.io.File dir,
java.lang.String name)
Defined in FilenameFilter.
accept in interface java.io.FilenameFilterdir - the directory File to checkname - the filename within the directory to check
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||