|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.launching.ExecutionArguments
The execution arguments for running a Java VM. The execution arguments are separated into two parts: arguments to the VM itself, and arguments to the Java main program. This class provides convenience methods for parsing a string of arguments into seperate components.
Clients may instantiate this class; it is not intended to be subclassed.
Constructor Summary | |
ExecutionArguments(String vmArgs,
String programArgs)
Creates a new execution arguments object. |
Method Summary | |
String | getProgramArguments()
Returns the program arguments as one string. |
String[] | getProgramArgumentsArray()
Returns the program arguments as an array of individual arguments. |
String | getVMArguments()
Returns the VM arguments as one string. |
String[] | getVMArgumentsArray()
Returns the VM arguments as an array of individual arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExecutionArguments(String vmArgs, String programArgs)
Method Detail |
public String getVMArguments()
public String getProgramArguments()
public String[] getVMArgumentsArray()
public String[] getProgramArgumentsArray()
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |