public interface NodeStateDiffer
| Modifier and Type | Field and Description |
|---|---|
static NodeStateDiffer |
DEFAULT_DIFFER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(@NotNull AbstractDocumentNodeState node,
@NotNull AbstractDocumentNodeState base,
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
|
static final NodeStateDiffer DEFAULT_DIFFER
boolean compare(@NotNull
@NotNull AbstractDocumentNodeState node,
@NotNull
@NotNull AbstractDocumentNodeState base,
@NotNull
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
node - the node to compare.base - the base node to compare against.diff - handler of node state differencestrue if the full diff was performed, or
false if it was aborted as requested by the handler
(see the NodeStateDiff contract for more details)Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.