
public class ComponentBuilder
extends groovy.util.BuilderSupport
| Constructor and Description |
|---|
ComponentBuilder() |
| 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 DescriptiveNode |
getCurrentNode() |
void |
nodeCompleted(Object parent,
Object node)
A hook to allow nodes to be processed once they have had all of their children applied.
|
void |
setParent(Object o,
Object o1) |
doInvokeMethod, getCurrent, getName, invokeMethod, invokeMethod, postNodeCompletion, setClosureDelegate, setCurrentpublic 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 DescriptiveNode 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 © 2016 LSST. All rights reserved.