Package org.ek9lang.core
Class Packager
java.lang.Object
org.ek9lang.core.Packager
Focus on the responsibility of packaging. i.e. zipping and unzipping.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Create a compressed archive to file with zip sets.boolean
Create a zip with the zip set and copy over the properties file.boolean
unZipFileTo
(File zipFile, File unpackedDir) Unpacks a zip/jar file to a specific directory.
-
Constructor Details
-
Packager
-
-
Method Details
-
createJar
Create a compressed archive to file with zip sets. -
unZipFileTo
Unpacks a zip/jar file to a specific directory. -
createZip
Create a zip with the zip set and copy over the properties file.
-