
public class CCSBuilder
extends groovy.util.BuilderSupport
| Constructor and Description |
|---|
CCSBuilder() |
CCSBuilder(String subsystemName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createNode(Object name) |
Object |
createNode(Object name,
Map attributes) |
Object |
createNode(Object name,
Map attributes,
Object value) |
Object |
createNode(Object name,
Object value) |
protected org.lsst.ccs.description.groovy.GroovyComponentNode |
getCurrentNode() |
static String |
getSubsystemName() |
void |
nodeCompleted(Object parent,
Object node)
A hook to allow nodes to be processed once they have had all of their children applied.
|
static void |
reset() |
void |
setParent(Object o,
Object o1) |
doInvokeMethod, getCurrent, getName, invokeMethod, invokeMethod, postNodeCompletion, setClosureDelegate, setCurrentpublic CCSBuilder()
public CCSBuilder(String subsystemName)
public static String getSubsystemName()
public static void reset()
public void setParent(Object o, Object o1)
setParent in class groovy.util.BuilderSupportpublic Object createNode(Object name)
createNode in class groovy.util.BuilderSupportpublic Object createNode(Object name, Object value)
createNode in class groovy.util.BuilderSupportpublic Object createNode(Object name, Map attributes)
createNode in class groovy.util.BuilderSupportpublic Object createNode(Object name, Map attributes, Object value)
createNode in class groovy.util.BuilderSupportprotected org.lsst.ccs.description.groovy.GroovyComponentNode getCurrentNode()
public void nodeCompleted(Object parent, Object node)
nodeCompleted in class groovy.util.BuilderSupportparent - the parent of the node being processednode - the current node being processedCopyright © 2021 LSST. All rights reserved.