public class FalseFileFilter extends java.lang.Object implements IOFileFilter, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static IOFileFilter |
FALSE
Singleton instance of false filter.
|
static IOFileFilter |
INSTANCE
Singleton instance of false filter.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FalseFileFilter()
Restrictive consructor.
|
public static final IOFileFilter FALSE
public static final IOFileFilter INSTANCE
public boolean accept(java.io.File file)
accept in interface java.io.FileFilteraccept in interface IOFileFilterfile - the file to checkpublic boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilteraccept in interface IOFileFilterdir - the directory to checkname - the filenameCopyright (c) 2002-2014 Apache Software Foundation