Class SysPropertySet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- org.apache.commons.launcher.types.ConditionalVariableSet
-
- org.apache.commons.launcher.types.SysPropertySet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class SysPropertySet extends ConditionalVariableSet
A class that represents a set of nestedelements. - Author:
- Patrick Luby
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_NAME
The name of this data type.
-
Constructor Summary
Constructors Constructor Description SysPropertySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSysproperty(ConditionalVariable variable)
Add aConditionalVariable
.void
addSyspropertyset(SysPropertySet set)
Add aSysPropertySet
.-
Methods inherited from class org.apache.commons.launcher.types.ConditionalVariableSet
addConditionalvariable, addConditionalvariableset, getList, setRefid
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
-
-
-
-
Field Detail
-
TYPE_NAME
public static final java.lang.String TYPE_NAME
The name of this data type.- See Also:
- Constant Field Values
-
-
Method Detail
-
addSysproperty
public void addSysproperty(ConditionalVariable variable)
Add aConditionalVariable
.- Parameters:
variable
- theConditionalVariable
to be added
-
addSyspropertyset
public void addSyspropertyset(SysPropertySet set)
Add aSysPropertySet
.- Parameters:
set
- theSysPropertySet
to be added
-
-