Class FalseFileFilter

java.lang.Object
org.apache.commons.io.filefilter.FalseFileFilter
All Implemented Interfaces:
FileFilter, FilenameFilter, Serializable, PathMatcher, PathFilter, IOFileFilter

public class FalseFileFilter extends Object implements IOFileFilter, Serializable
A file filter that always returns false.

Deprecating Serialization

Serialization is deprecated and will be removed in 3.0.

Since:
1.0
See Also: