info.magnolia.nodebuilder
Class NodeBuilder

java.lang.Object
  extended by info.magnolia.nodebuilder.NodeBuilder

Deprecated. since 5.2.4 - use NodeBuilder instead.

public class NodeBuilder
extends Object

Entry point for using the node builder API. Also see the NodeBuilderTask and ModuleNodeBuilderTask classes for usage of the node builder API in ModuleVersionHandlers.


Constructor Summary
NodeBuilder(Content root, NodeOperation... childrenOps)
          Deprecated.  
NodeBuilder(ErrorHandler errorHandler, Content root, NodeOperation... childrenOps)
          Deprecated.  
 
Method Summary
 void exec()
          Deprecated. Execute the operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeBuilder

public NodeBuilder(Content root,
                   NodeOperation... childrenOps)
Deprecated. 

NodeBuilder

public NodeBuilder(ErrorHandler errorHandler,
                   Content root,
                   NodeOperation... childrenOps)
Deprecated. 
Method Detail

exec

public void exec()
          throws NodeOperationException
Deprecated. 
Execute the operations.

Throws:
NodeOperationException - if the given ErrorHandler decided to do so !


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.