Package org.apache.commons.vfs2.filter
Class FalseFileFilter
java.lang.Object
org.apache.commons.vfs2.filter.FalseFileFilter
- All Implemented Interfaces:
Serializable
,FileFilter
A file filter that always returns false.
- Since:
- 2.4
- See Also:
-
- "http://commons.apache.org/proper/commons-io/"
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FileFilter
Singleton instance of false filter.private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
FALSE
Singleton instance of false filter.
-
-
Constructor Details
-
FalseFileFilter
protected FalseFileFilter()Restrictive constructor.
-
-
Method Details
-
accept
Returns false.- Specified by:
accept
in interfaceFileFilter
- Parameters:
fileSelectInfo
- the file to check (ignored)- Returns:
- Always
false
-