IOFileFilterpublic interface IOFileFilter implements FilenameFilter, FileFilterAn interface which brings the FileFilter and FilenameFilter
interfaces together. |
Methods Summary |
---|
public boolean | accept(java.io.File file)Checks to see if the File should be accepted by this filter.
Defined in {@link java.io.FileFilter}.
| public boolean | accept(java.io.File dir, java.lang.String name)Checks to see if the File should be accepted by this filter.
Defined in {@link java.io.FilenameFilter}.
|
|