public abstract class TraversingNodeDiffHandler extends Object implements NodeDiffHandler
| Modifier and Type | Field and Description |
|---|---|
protected Stack<String> |
paths |
protected RevisionProvider |
rp |
| Constructor and Description |
|---|
TraversingNodeDiffHandler(RevisionProvider rp) |
| Modifier and Type | Method and Description |
|---|---|
void |
childNodeChanged(ChildNodeEntry changed,
Id newId) |
protected String |
getCurrentPath() |
void |
start(Node before,
Node after,
String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildNodeAdded, childNodeDeleted, propAdded, propChanged, propDeletedprotected final RevisionProvider rp
public TraversingNodeDiffHandler(RevisionProvider rp)
protected String getCurrentPath()
public void childNodeChanged(ChildNodeEntry changed, Id newId)
childNodeChanged in interface NodeDiffHandlerCopyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.