FalseFileFilterpublic class FalseFileFilter extends Object implements Serializable, IOFileFilterA file filter that always returns false. |
Fields Summary |
---|
public static final IOFileFilter | FALSESingleton instance of false filter. | public static final IOFileFilter | INSTANCESingleton instance of false filter.
Please use the identical FalseFileFilter.FALSE constant.
The new name is more JDK 1.5 friendly as it doesn't clash with other
values when using static imports. |
Constructors Summary |
---|
protected FalseFileFilter()Restrictive consructor.
|
|