org.apache.commons.launcher.types

Class ArgumentSet

public class ArgumentSet extends ConditionalArgumentSet

A class that represents a set of nested elements.

Author: Patrick Luby

Field Summary
static StringTYPE_NAME
The name of this data type.
Method Summary
voidaddArg(ConditionalArgument argument)
voidaddArgset(ArgumentSet set)
Add a ArgumentSet.

Field Detail

TYPE_NAME

public static final String TYPE_NAME
The name of this data type.

Method Detail

addArg

public void addArg(ConditionalArgument argument)
Add a ConditionalArgument.

Parameters: argument the ConditionalArgument to be added

addArgset

public void addArgset(ArgumentSet set)
Add a ArgumentSet.

Parameters: set the ArgumentSet to be added

Copyright (c) 2001-2002 - Apache Software Foundation