org.apache.commons.io.filefilter
public class FalseFileFilter extends Object implements IOFileFilter
Since: Commons IO 1.0
Version: $Revision: 471628 $ $Date: 2006-11-06 05:06:45 +0100 (Mo, 06 Nov 2006) $
Field Summary | |
---|---|
static IOFileFilter | FALSE
Singleton instance of false filter. |
static IOFileFilter | INSTANCE
Singleton instance of false filter.
|
Constructor Summary | |
---|---|
protected | FalseFileFilter()
Restrictive consructor. |
Method Summary | |
---|---|
boolean | accept(File file)
Returns false.
|
boolean | accept(File dir, String name)
Returns false.
|
Since: Commons IO 1.3
Parameters: file the file to check
Returns: false
Parameters: dir the directory to check name the filename
Returns: false