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

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

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

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

Methods in org.apache.jackrabbit.mk.model 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.