Uses of Interface
java.io.FilenameFilter
| Package | Description |
|---|---|
| java.io |
-
Uses of FilenameFilter in java.io
Methods in java.io with parameters of type FilenameFilter Modifier and Type Method Description String[]File. list(FilenameFilter filter)Gets a list of the files in the directory represented by this file.File[]File. listFiles(FilenameFilter filter)Gets a list of the files in the directory represented by this file.