Package org.pf4j.util
Class ZipFileFilter
- java.lang.Object
-
- org.pf4j.util.ExtensionFileFilter
-
- org.pf4j.util.ZipFileFilter
-
- All Implemented Interfaces:
java.io.FileFilter
public class ZipFileFilter extends ExtensionFileFilter
File filter that accepts all files ending with .ZIP. This filter is case insensitive.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ZIP_EXTENSION
The extension that this filter will search for.
-
Constructor Summary
Constructors Constructor Description ZipFileFilter()
-
Method Summary
-
Methods inherited from class org.pf4j.util.ExtensionFileFilter
accept
-
-
-
-
Field Detail
-
ZIP_EXTENSION
private static final java.lang.String ZIP_EXTENSION
The extension that this filter will search for.- See Also:
- Constant Field Values
-
-