public interface IOFileFilter
extends java.io.FileFilter, java.io.FilenameFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
EMPTY_STRING_ARRAY
An empty String array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File file)
Checks to see if the File should be accepted by this filter.
|
boolean |
accept(java.io.File dir,
java.lang.String name)
Checks to see if the File should be accepted by this filter.
|
static final java.lang.String[] EMPTY_STRING_ARRAY
boolean accept(java.io.File file)
Defined in FileFilter.
accept in interface java.io.FileFilterfile - the File to checkboolean accept(java.io.File dir,
java.lang.String name)
Defined in FilenameFilter.
accept in interface java.io.FilenameFilterdir - the directory File to checkname - the file name within the directory to checkCopyright © 2010 - 2022 Adobe. All Rights Reserved