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 String
TYPE_NAME
The name of this data type.

Method Summary

void
addJvmarg(ConditionalArgument argument)
Add a ConditionalArgument.
void
addJvmargset(JVMArgumentSet set)
Add a JVMArgumentSet.

Methods inherited from class org.apache.commons.launcher.types.ConditionalArgumentSet

addConditionalargument, addConditionalargumentset, getList, setRefid

Field Details

TYPE_NAME

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

Method Details

addJvmarg

public void addJvmarg(ConditionalArgument argument)
Parameters:
argument - the ConditionalArgument to be added

addJvmargset

public void addJvmargset(JVMArgumentSet set)
Parameters:
set - the JVMArgumentSet to be added

Copyright (c) 2001-2002 - Apache Software Foundation