Package org.kordamp.jipsy.processor
Class SimpleFileFilter
- java.lang.Object
-
- org.kordamp.jipsy.processor.SimpleFileFilter
-
- All Implemented Interfaces:
java.io.FileFilter,java.io.Serializable
public final class SimpleFileFilter extends java.lang.Object implements java.io.FileFilter, java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.io.FileFilterINSTANCEprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateSimpleFileFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File file)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
INSTANCE
public static final java.io.FileFilter INSTANCE
-
-