Uses of Interface
org.apache.jackrabbit.mk.model.tree.NodeStateDiff

Packages that use NodeStateDiff
org.apache.jackrabbit.mk.model.tree   
org.apache.jackrabbit.mk.store   
 

Uses of NodeStateDiff in org.apache.jackrabbit.mk.model.tree
 

Classes in org.apache.jackrabbit.mk.model.tree that implement NodeStateDiff
 class TraversingNodeDiffHandler
           
 

Methods in org.apache.jackrabbit.mk.model.tree with parameters of type NodeStateDiff
 void NodeStore.compare(NodeState before, NodeState after, NodeStateDiff diff)
          Compares the given two node states.
 

Uses of NodeStateDiff in org.apache.jackrabbit.mk.store
 

Methods in org.apache.jackrabbit.mk.store with parameters of type NodeStateDiff
 void DefaultRevisionStore.compare(NodeState before, NodeState after, NodeStateDiff diff)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.