public class BundledDocumentDiffer extends Object
| Constructor and Description |
|---|
BundledDocumentDiffer(DocumentNodeStore nodeStore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
diff(AbstractDocumentNodeState from,
AbstractDocumentNodeState to,
org.apache.jackrabbit.oak.commons.json.JsopWriter w)
Performs diff for bundled nodes.
|
public BundledDocumentDiffer(DocumentNodeStore nodeStore)
public boolean diff(AbstractDocumentNodeState from, AbstractDocumentNodeState to, org.apache.jackrabbit.oak.commons.json.JsopWriter w)
DelegatingDocumentNodeState. So the
passed states cannot be cast down to DocumentNodeStatefrom - from stateto - to statew - jsop diffCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.