org.apache.commons.launcher.types
public class SysPropertySet extends ConditionalVariableSet
Field Summary | |
---|---|
static String | TYPE_NAME
The name of this data type. |
Method Summary | |
---|---|
void | addSysproperty(ConditionalVariable variable)
Add a {@link ConditionalVariable}.
|
void | addSyspropertyset(SysPropertySet set)
Add a {@link SysPropertySet}.
|
Parameters: variable the {@link ConditionalVariable} to be added
Parameters: set the {@link SysPropertySet} to be added