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