| java.io.FileFilter |
FileFilter is an interface for filtering abstract Files
| boolean | accept(File pathname) | ||||
| Answers a boolean indicating whether or not a specific File should be included in a pathname list. | |||||
| pathname | the abstract File to check. |
|---|
true if the File should be includes,
false otherwise.