org.apache.commons.launcher.types
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

public class SysPropertySet
extends ConditionalVariableSet

A class that represents a set of nested elements.

Author:
Patrick Luby

Field Summary
static java.lang.String TYPE_NAME
          The name of this data type.
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
SysPropertySet()
           
 
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
 
Methods inherited from class org.apache.tools.ant.types.DataType
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME

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

See Also:
Constant Field Values
Constructor Detail

SysPropertySet

public SysPropertySet()
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