public class TrueFileFilter extends Object implements IOFileFilter, Serializable
Modifier and Type | Field and Description |
---|---|
static IOFileFilter |
INSTANCE
Singleton instance of true filter.
|
static IOFileFilter |
TRUE
Singleton instance of true filter.
|
Modifier | Constructor and Description |
---|---|
protected |
TrueFileFilter()
Restrictive consructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File file)
Returns true.
|
boolean |
accept(File dir,
String name)
Returns true.
|
public static final IOFileFilter TRUE
public static final IOFileFilter INSTANCE
public boolean accept(File file)
accept
in interface IOFileFilter
accept
in interface FileFilter
file
- the file to checkpublic boolean accept(File dir, String name)
accept
in interface IOFileFilter
accept
in interface FilenameFilter
dir
- the directory to checkname
- the filenameCopyright © 2001–2019 KnowGate. All rights reserved.