Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
DataType
org.apache.commons.launcher.types.ConditionalVariableSet
org.apache.commons.launcher.types.SysPropertySet
public class SysPropertySet
extends ConditionalVariableSet
Field Summary | |
static String |
|
Method Summary | |
void |
|
void |
|
Methods inherited from class org.apache.commons.launcher.types.ConditionalVariableSet | |
addConditionalvariable , addConditionalvariableset , getList , setRefid |
public void addSysproperty(ConditionalVariable variable)
Add aConditionalVariable
.
- Parameters:
variable
- theConditionalVariable
to be added
public void addSyspropertyset(SysPropertySet set)
Add aSysPropertySet
.
- Parameters:
set
- theSysPropertySet
to be added