Class JVMArgumentSet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- org.apache.commons.launcher.types.ConditionalArgumentSet
-
- org.apache.commons.launcher.types.JVMArgumentSet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class JVMArgumentSet extends ConditionalArgumentSet
A class that represents a set of nestedelements. - Author:
- Patrick Luby
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_NAME
The name of this data type.
-
Constructor Summary
Constructors Constructor Description JVMArgumentSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addJvmarg(ConditionalArgument argument)
Add aConditionalArgument
.void
addJvmargset(JVMArgumentSet set)
Add aJVMArgumentSet
.-
Methods inherited from class org.apache.commons.launcher.types.ConditionalArgumentSet
addConditionalargument, addConditionalargumentset, getList, setRefid
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
-
-
-
-
Field Detail
-
TYPE_NAME
public static final java.lang.String TYPE_NAME
The name of this data type.- See Also:
- Constant Field Values
-
-
Method Detail
-
addJvmarg
public void addJvmarg(ConditionalArgument argument)
Add aConditionalArgument
.- Parameters:
argument
- theConditionalArgument
to be added
-
addJvmargset
public void addJvmargset(JVMArgumentSet set)
Add aJVMArgumentSet
.- Parameters:
set
- theJVMArgumentSet
to be added
-
-