Uses of Class
org.apache.jackrabbit.spi.commons.name.PathBuilder

Packages that use PathBuilder
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
protected  void HierarchyManagerImpl.buildPath(PathBuilder builder, ItemState state)
          Adds the path element of an item id to the path currently being built.
protected  void CachingHierarchyManager.buildPath(PathBuilder builder, ItemState state)
          Adds the path element of an item id to the path currently being built.
protected  void HierarchyManagerImpl.pathResolved(ItemId id, PathBuilder builder)
          Called by HierarchyManagerImpl.resolvePath(org.apache.jackrabbit.spi.Path.Element[], int, ItemId, int).
protected  void CachingHierarchyManager.pathResolved(ItemId id, PathBuilder builder)
          Called by HierarchyManagerImpl.resolvePath(org.apache.jackrabbit.spi.Path.Element[], int, ItemId, int).
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.