| java.lang.Object com.rift.coad.lib.common.JarUtil
JarUtil | public class JarUtil (Code) | | This class supplies methods to interact with a jar file.
author: Brett Chaldecott |
Method Summary | |
public static void | extract(File source, File destination) This method extracts the contents of a source file to a destination file. |
extract | public static void extract(File source, File destination) throws CommonException(Code) | | This method extracts the contents of a source file to a destination file.
Parameters: source - The source file to extract. Parameters: destination - The destination file to extract. |
|
|