Class CommandlineJava

java.lang.Object
org.apache.tools.ant.types.CommandlineJava
All Implemented Interfaces:
Cloneable

public class CommandlineJava extends Object implements Cloneable
A representation of a Java command line that is a composite of 2 Commandlines. One is used for the vm/options and one for the classname/arguments. It provides specific methods for a Java command line.