net.sourceforge.cruisecontrol
Class CruiseControlConfig
java.lang.Object
net.sourceforge.cruisecontrol.CruiseControlConfig
- public class CruiseControlConfig
- extends java.lang.Object
A plugin that represents the whole XML config file.
- Author:
- Jerome Lacoste
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL_INCREMENTER
public static final java.lang.String LABEL_INCREMENTER
- See Also:
- Constant Field Values
FAIL_UPON_MISSING_PROPERTY
public static final boolean FAIL_UPON_MISSING_PROPERTY
- See Also:
- Constant Field Values
CruiseControlConfig
public CruiseControlConfig(org.jdom.Element ccElement)
throws CruiseControlException
CruiseControlConfig
public CruiseControlConfig(org.jdom.Element ccElement,
XmlResolver xmlResolver)
throws CruiseControlException
getProject
public ProjectInterface getProject(java.lang.String name)
getProjectNames
public java.util.Set getProjectNames()