Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
DataType
org.apache.commons.launcher.types.ConditionalArgumentSet
org.apache.commons.launcher.types.JVMArgumentSet
public class JVMArgumentSet
extends ConditionalArgumentSet
Field Summary | |
static String |
|
Method Summary | |
void |
|
void |
|
Methods inherited from class org.apache.commons.launcher.types.ConditionalArgumentSet | |
addConditionalargument , addConditionalargumentset , getList , setRefid |
public void addJvmarg(ConditionalArgument argument)
Add aConditionalArgument
.
- Parameters:
argument
- theConditionalArgument
to be added
public void addJvmargset(JVMArgumentSet set)
Add aJVMArgumentSet
.
- Parameters:
set
- theJVMArgumentSet
to be added