FileFilterpublic interface FileFilter An interface for filtering {@link File} objects based on their names
or other information. |
Methods Summary |
---|
public abstract boolean | accept(java.io.File pathname)Indicating whether a specific file should be included in a pathname list.
|
|