java.lang.Cloneable
ArgumentSet
, JVMArgumentSet
public class ConditionalArgumentSet
extends org.apache.tools.ant.types.DataType
ConditionalArgument
objects.Constructor | Description |
---|---|
ConditionalArgumentSet() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
addConditionalargument(ConditionalArgument argument) |
Add a
ConditionalArgument . |
protected void |
addConditionalargumentset(ConditionalArgumentSet set) |
Add a
ConditionalArgumentSet . |
java.util.ArrayList |
getList() |
Get
ConditionalArgument instances. |
void |
setRefid(org.apache.tools.ant.types.Reference r) |
Makes this instance a reference to another instance.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
protected void addConditionalargument(ConditionalArgument argument)
ConditionalArgument
.argument
- the ConditionalArgument
to be
addedprotected void addConditionalargumentset(ConditionalArgumentSet set)
ConditionalArgumentSet
.set
- the ConditionalArgumentSet
to be addedpublic java.util.ArrayList getList()
ConditionalArgument
instances.ConditionalArgument
instancespublic void setRefid(org.apache.tools.ant.types.Reference r) throws org.apache.tools.ant.BuildException
setRefid
in class org.apache.tools.ant.types.DataType
r
- the reference to another ConditionalArgumentSet
instanceorg.apache.tools.ant.BuildException
Copyright (c) 2001-2002 - Apache Software Foundation