org.apache.commons.launcher.types
public class ArgumentSet extends ConditionalArgumentSet
| Field Summary | |
|---|---|
| static String | TYPE_NAME
The name of this data type. |
| Method Summary | |
|---|---|
| void | addArg(ConditionalArgument argument)
Add a ConditionalArgument.
|
| void | addArgset(ArgumentSet set)
Add a ArgumentSet.
|
Parameters: argument the ConditionalArgument to be added
Parameters: set the ArgumentSet to be added