public class JVMArgumentSet extends ConditionalArgumentSet
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_NAME
The name of this data type.
|
| Constructor and Description |
|---|
JVMArgumentSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJvmarg(ConditionalArgument argument)
Add a
ConditionalArgument. |
void |
addJvmargset(JVMArgumentSet set)
Add a
JVMArgumentSet. |
addConditionalargument, addConditionalargumentset, getList, setRefidpublic static final String TYPE_NAME
public JVMArgumentSet()
public void addJvmarg(ConditionalArgument argument)
ConditionalArgument.argument - the ConditionalArgument to be
addedpublic void addJvmargset(JVMArgumentSet set)
JVMArgumentSet.set - the JVMArgumentSet to be addedCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.