| Package | Description |
|---|---|
| org.apache.jackrabbit.mk.core | |
| org.apache.jackrabbit.mk.model.tree | |
| org.apache.jackrabbit.mk.store |
| Modifier and Type | Method and Description |
|---|---|
NodeState |
Repository.getNodeState(Id revId,
String path) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeState
Abstract base class for
NodeState implementations. |
| Modifier and Type | Method and Description |
|---|---|
NodeState |
NodeState.getChildNode(String name)
Returns the named child node.
|
NodeState |
AbstractNodeState.getChildNode(String name) |
NodeState |
ChildNode.getNode()
TODO: document
|
NodeState |
NodeStore.getRoot()
Returns the latest state of the content tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStateDiff.childNodeAdded(String name,
NodeState after)
Called for all added child nodes.
|
void |
TraversingNodeDiffHandler.childNodeChanged(String name,
NodeState before,
NodeState after) |
void |
NodeStateDiff.childNodeChanged(String name,
NodeState before,
NodeState after)
Called for all changed child nodes.
|
void |
NodeStateDiff.childNodeDeleted(String name,
NodeState before)
Called for all deleted child nodes.
|
void |
NodeStore.compare(NodeState before,
NodeState after,
NodeStateDiff diff)
Compares the given two node states.
|
void |
TraversingNodeDiffHandler.start(NodeState before,
NodeState after,
String path) |
| Constructor and Description |
|---|
DiffBuilder(NodeState before,
NodeState after,
String path,
int depth,
NodeStore store,
String pathFilter) |
NodeDelta(RevisionProvider provider,
NodeState node1,
NodeState node2) |
| Modifier and Type | Method and Description |
|---|---|
NodeState |
RevisionProvider.getNodeState(StoredNode node)
Adapts the given
StoredNode to a corresponding
NodeState instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRevisionStore.compare(NodeState before,
NodeState after,
NodeStateDiff diff) |
Id |
RevisionProvider.getId(NodeState node)
Adapts the given
NodeState to the corresponding identifier. |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.