Package org.pf4j.util

Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ZipFileFilter

        public ZipFileFilter()