Class ArgumentSet
- 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.ArgumentSet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ArgumentSet 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 ArgumentSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArg(ConditionalArgument argument)
Add aConditionalArgument
.void
addArgset(ArgumentSet set)
Add aArgumentSet
.-
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
-
addArg
public void addArg(ConditionalArgument argument)
Add aConditionalArgument
.- Parameters:
argument
- theConditionalArgument
to be added
-
addArgset
public void addArgset(ArgumentSet set)
Add aArgumentSet
.- Parameters:
set
- theArgumentSet
to be added
-
-