org.apache.commons.io.filefilter
public class FalseFileFilter extends Object implements IOFileFilter, Serializable
Since: Commons IO 1.0
Version: $Revision: 587978 $ $Date: 2007-10-24 20:36:51 +0100 (Wed, 24 Oct 2007) $
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