TrueFileFilterpublic class TrueFileFilter extends Object implements Serializable, IOFileFilterA file filter that always returns true. |
Fields Summary |
---|
public static final IOFileFilter | TRUESingleton instance of true filter. | public static final IOFileFilter | INSTANCESingleton instance of true filter.
Please use the identical TrueFileFilter.TRUE 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 TrueFileFilter()Restrictive consructor.
|
|