Uses of Class
org.apache.jackrabbit.name.Path.PathBuilder

Packages that use Path.PathBuilder
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of Path.PathBuilder in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type Path.PathBuilder
protected  void HierarchyManagerImpl.buildPath(Path.PathBuilder builder, ItemState state)
          Adds the path element of an item id to the path currently being built.
protected  void CachingHierarchyManager.buildPath(Path.PathBuilder builder, ItemState state)
          Adds the path element of an item id to the path currently being built. Recursively invoked method that may be overridden by some subclass to either return cached responses or add response to cache. On exit, builder contains the path of state.

Overridden method tries to find a mapping for the intermediate item state and add its path elements to the builder currently being used.

 



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