Package ai.wanaku.cli.main.support
Class ZipHelper
java.lang.Object
ai.wanaku.cli.main.support.ZipHelper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipHelper
public ZipHelper()
-
-
Method Details
-
unzip
public static void unzip(File zipFilePath, String destination, String componentName) throws IOException - Throws:
IOException
-
unzip
public static void unzip(File zipFilePath, File destination, String componentName) throws IOException - Throws:
IOException
-