public interface FileFilter
File
s. Can be used in File.listFiles(FileFilter)
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File file)
Return false if the current file must be filtered out, otherwise true.
|
boolean accept(File file)
file
- - the current file