|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.nodebuilder.NodeBuilder
public class NodeBuilder
Entry point for using the node builder API.
Also see the NodeBuilderTask
and ModuleNodeBuilderTask
classes for usage of the node builder API in ModuleVersionHandler
s.
Constructor Summary | |
---|---|
NodeBuilder(Content root,
NodeOperation... childrenOps)
|
|
NodeBuilder(ErrorHandler errorHandler,
Content root,
NodeOperation... childrenOps)
|
Method Summary | |
---|---|
void |
exec()
Execute the operations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeBuilder(Content root, NodeOperation... childrenOps)
public NodeBuilder(ErrorHandler errorHandler, Content root, NodeOperation... childrenOps)
Method Detail |
---|
public void exec() throws NodeOperationException
NodeOperationException
- if the given ErrorHandler decided to do so !
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |