Uses of Class
org.apache.jackrabbit.core.HierarchyManagerImpl.CycleDetector
-
Packages that use HierarchyManagerImpl.CycleDetector Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. -
-
Uses of HierarchyManagerImpl.CycleDetector in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core with parameters of type HierarchyManagerImpl.CycleDetector Modifier and Type Method Description protected void
CachingHierarchyManager. buildPath(PathBuilder builder, ItemState state, HierarchyManagerImpl.CycleDetector detector)
Adds the path element of an item id to the path currently being built.protected void
HierarchyManagerImpl. buildPath(PathBuilder builder, ItemState state, HierarchyManagerImpl.CycleDetector detector)
Adds the path element of an item id to the path currently being built.
-