org.apache.jackrabbit.mk.model
Class CommitBuilder
java.lang.Object
org.apache.jackrabbit.mk.model.CommitBuilder
public class CommitBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitBuilder
public CommitBuilder(Id baseRevId,
String msg,
RevisionStore store)
throws Exception
- Throws:
Exception
addNode
public void addNode(String parentNodePath,
String nodeName,
JsonObject node)
throws Exception
- Throws:
Exception
removeNode
public void removeNode(String nodePath)
throws NotFoundException,
Exception
- Throws:
NotFoundException
Exception
moveNode
public void moveNode(String srcPath,
String destPath)
throws NotFoundException,
Exception
- Throws:
NotFoundException
Exception
copyNode
public void copyNode(String srcPath,
String destPath)
throws NotFoundException,
Exception
- Throws:
NotFoundException
Exception
setProperty
public void setProperty(String nodePath,
String propName,
String propValue)
throws Exception
- Throws:
Exception
doCommit
public Id doCommit()
throws Exception
- Throws:
Exception
doCommit
public Id doCommit(boolean createBranch)
throws Exception
- Throws:
Exception
doMerge
public Id doMerge()
throws Exception
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.