Package org.savantbuild.io.jar
Class JarTools
java.lang.Object
org.savantbuild.io.jar.JarTools
Collection of JAR file tools.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JarTools
public JarTools()
-
-
Method Details
-
unjar
Unzips a JAR file to a directory.- Parameters:
file- The JAR file to unjar.to- The directory to unjar to.- Throws:
IOException- If the unjar fails.
-