public class ConditionalArgumentSet extends org.apache.tools.ant.types.DataType
ConditionalArgument objects.| Constructor and Description |
|---|
ConditionalArgumentSet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addConditionalargument(ConditionalArgument argument)
Add a
ConditionalArgument. |
protected void |
addConditionalargumentset(ConditionalArgumentSet set)
Add a
ConditionalArgumentSet. |
ArrayList |
getList()
Get
ConditionalArgument instances. |
void |
setRefid(org.apache.tools.ant.types.Reference r)
Makes this instance a reference to another instance.
|
public ConditionalArgumentSet()
protected void addConditionalargument(ConditionalArgument argument)
ConditionalArgument.argument - the ConditionalArgument to be
addedprotected void addConditionalargumentset(ConditionalArgumentSet set)
ConditionalArgumentSet.set - the ConditionalArgumentSet to be addedpublic 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.DataTyper - the reference to another ConditionalArgumentSet
instanceorg.apache.tools.ant.BuildExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.