| com.rift.coad.lib.thirdparty.ant.JAR
JAR | public class JAR extends Jar (Code) | | This object is responsible for the creation of java archives.
author: Brett Chaldecott |
Constructor Summary | |
public | JAR(File source, File dest) Creates a new instance of JAR object that can be executed. |
Method Summary | |
public void | archive() This method archives the specified file. |
JAR | public JAR(File source, File dest)(Code) | | Creates a new instance of JAR object that can be executed.
Parameters: source - The source file. Parameters: dest - The target file. |
|
|