org.apache.commons.launcher.types

Class JVMArgumentSet

public class JVMArgumentSet 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
voidaddJvmarg(ConditionalArgument argument)
Add a {@link ConditionalArgument}.
voidaddJvmargset(JVMArgumentSet set)
Add a {@link JVMArgumentSet}.

Field Detail

TYPE_NAME

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

Method Detail

addJvmarg

public void addJvmarg(ConditionalArgument argument)
Add a {@link ConditionalArgument}.

Parameters: argument the {@link ConditionalArgument} to be added

addJvmargset

public void addJvmargset(JVMArgumentSet set)
Add a {@link JVMArgumentSet}.

Parameters: set the {@link JVMArgumentSet} to be added

Copyright (c) 2001-2002 - Apache Software Foundation