|
||||||||||
| 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 String |
TYPE_NAME
The name of this data type. |
| Fields inherited from class org.apache.tools.ant.types.DataType |
|---|
checked, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, 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 |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final 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 | |||||||||