|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileFilter
This interface has one method which is used for filtering pathnames
returned in a pathname listing. It is currently used by the
File.listFiles(FileFilter) method.
The method in this interface determines if a particular pathname should or should not be included in the pathname listing.
File.listFiles(java.io.FileFilter)| Method Summary | |
|---|---|
boolean |
accept(File pathname)
This method determines whether or not a given pathname should be included in a pathname listing. |
| Method Detail |
|---|
boolean accept(File pathname)
pathname - The pathname to test
true if the path should be included in the list,
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||