|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.commons.launcher.types.ConditionalArgumentSet
org.apache.commons.launcher.types.ArgumentSet
public class ArgumentSet
A class that represents a set of nested <arg> elements.
| Field Summary | |
|---|---|
static java.lang.String |
TYPE_NAME
The name of this data type. |
| Fields inherited from class org.apache.tools.ant.types.DataType |
|---|
checked, description, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
ArgumentSet()
|
|
| Method Summary | |
|---|---|
void |
addArg(ConditionalArgument argument)
Add a ConditionalArgument. |
void |
addArgset(ArgumentSet set)
Add a ArgumentSet. |
| Methods inherited from class org.apache.commons.launcher.types.ConditionalArgumentSet |
|---|
addConditionalargument, addConditionalargumentset, getList, setRefid |
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, log, log, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE_NAME
| Constructor Detail |
|---|
public ArgumentSet()
| Method Detail |
|---|
public void addArg(ConditionalArgument argument)
ConditionalArgument.
argument - the ConditionalArgument to be
addedpublic void addArgset(ArgumentSet set)
ArgumentSet.
set - the ArgumentSet to be added
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||