org.apache.jackrabbit.mk.model.tree
Class NodeDelta

java.lang.Object
  extended by org.apache.jackrabbit.mk.model.tree.NodeDelta

public class NodeDelta
extends Object


Nested Class Summary
static class NodeDelta.Conflict
           
static class NodeDelta.ConflictType
           
 
Constructor Summary
NodeDelta(RevisionProvider provider, NodeState node1, NodeState node2)
           
 
Method Summary
 boolean conflictsWith(NodeDelta other)
           
 Map<String,Id> getAddedChildNodes()
           
 Map<String,String> getAddedProperties()
           
 Map<String,Id> getChangedChildNodes()
           
 Map<String,String> getChangedProperties()
           
 Map<String,Id> getRemovedChildNodes()
           
 Map<String,String> getRemovedProperties()
           
 List<NodeDelta.Conflict> listConflicts(NodeDelta other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDelta

public NodeDelta(RevisionProvider provider,
                 NodeState node1,
                 NodeState node2)
Method Detail

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.