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 {@link ConditionalArgument}.
|
void | addArgset(ArgumentSet set)
Add a {@link ArgumentSet}.
|
Parameters: argument the {@link ConditionalArgument} to be added
Parameters: set the {@link ArgumentSet} to be added