public class NodeDelta extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeDelta.Conflict |
static class |
NodeDelta.ConflictType |
| Constructor and Description |
|---|
NodeDelta(RevisionProvider provider,
NodeState node1,
NodeState node2) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public NodeDelta(RevisionProvider provider, NodeState node1, NodeState node2)
public boolean conflictsWith(NodeDelta other)
public List<NodeDelta.Conflict> listConflicts(NodeDelta other)
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.