Package io.hawt.util

Class Zips


  • public class Zips
    extends Object
    • Constructor Detail

      • Zips

        public Zips()
    • Method Detail

      • createZipFile

        public static void createZipFile​(org.slf4j.Logger log,
                                         File sourceDir,
                                         File outputZipFile)
                                  throws IOException
        Creates a zip fie from the given source directory and output zip file name
        Throws:
        IOException
      • matches

        protected static boolean matches​(FileFilter filter,
                                         File f)