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

Method Summary

void
addSysproperty(ConditionalVariable variable)
Add a ConditionalVariable.
void
addSyspropertyset(SysPropertySet set)
Add a SysPropertySet.

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

addConditionalvariable, addConditionalvariableset, getList, setRefid

Field Details

TYPE_NAME

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

Method Details

addSysproperty

public void addSysproperty(ConditionalVariable variable)

Parameters:
variable - the ConditionalVariable to be added


addSyspropertyset

public void addSyspropertyset(SysPropertySet set)

Parameters:
set - the SysPropertySet to be added


Copyright (c) 2001-2002 - Apache Software Foundation