org.apache.jackrabbit.mk.model.tree
Class NodeDelta
java.lang.Object
org.apache.jackrabbit.mk.model.tree.NodeDelta
public class NodeDelta
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDelta
public NodeDelta(RevisionProvider provider,
NodeState node1,
NodeState node2)
getAddedProperties
public Map<String,String> getAddedProperties()
getRemovedProperties
public Map<String,String> getRemovedProperties()
getChangedProperties
public Map<String,String> getChangedProperties()
getAddedChildNodes
public Map<String,Id> getAddedChildNodes()
getRemovedChildNodes
public Map<String,Id> getRemovedChildNodes()
getChangedChildNodes
public Map<String,Id> getChangedChildNodes()
conflictsWith
public boolean conflictsWith(NodeDelta other)
listConflicts
public List<NodeDelta.Conflict> listConflicts(NodeDelta other)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.