org.apache.commons.launcher.types
public class JVMArgumentSet extends ConditionalArgumentSet
| Field Summary | |
|---|---|
| static String | TYPE_NAME
The name of this data type. |
| Method Summary | |
|---|---|
| void | addJvmarg(ConditionalArgument argument)
Add a {@link ConditionalArgument}.
|
| void | addJvmargset(JVMArgumentSet set)
Add a {@link JVMArgumentSet}.
|
Parameters: argument the {@link ConditionalArgument} to be added
Parameters: set the {@link JVMArgumentSet} to be added