org.apache.commons.launcher.types

Class SysPropertySet

public class SysPropertySet extends ConditionalVariableSet

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
voidaddSysproperty(ConditionalVariable variable)
voidaddSyspropertyset(SysPropertySet set)

Field Detail

TYPE_NAME

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

Method Detail

addSysproperty

public void addSysproperty(ConditionalVariable variable)
Add a ConditionalVariable.

Parameters: variable the ConditionalVariable to be added

addSyspropertyset

public void addSyspropertyset(SysPropertySet set)
Add a SysPropertySet.

Parameters: set the SysPropertySet to be added

Copyright (c) 2001-2002 - Apache Software Foundation