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

Packages that use Path
org.apache.jackrabbit.name   
org.apache.jackrabbit.util   
 

Uses of Path in org.apache.jackrabbit.name
 

Fields in org.apache.jackrabbit.name declared as Path
static Path Path.ROOT
          Deprecated. the root path
 

Methods in org.apache.jackrabbit.name that return Path
 Path Path.computeRelativePath(Path other)
          Deprecated. Computes the relative path from this absolute path to other.
static Path Path.create(Path parent, Path relPath, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path string and the given relative path string.
static Path Path.create(Path parent, QName name, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path string and the give name.
static Path Path.create(Path parent, QName name, int index, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path and the give name and index.
static Path Path.create(Path parent, String relJCRPath, NamespaceResolver resolver, boolean canonicalize)
          Deprecated. Use PathFormat.parse(Path, String, NamespaceResolver) instead.
static Path Path.create(QName name, int index)
          Deprecated. Creates a relative path based on a QName and an index.
static Path Path.create(String jcrPath, NamespaceResolver resolver, boolean normalize)
          Deprecated. Use PathFormat#parse(String, NamespaceResolver)} instead.
 Path Path.getAncestor(int degree)
          Deprecated. Returns the ancestor path of the specified relative degree.
 Path Path.getCanonicalPath()
          Deprecated. Returns the canonical path representation of this path.
 Path Path.getNormalizedPath()
          Deprecated. Returns the normalized path representation of this path.
 Path Path.PathBuilder.getPath()
          Assembles the built path and returns a new Path.
 Path PathResolver.getQPath(String path)
          Deprecated. Returns the qualified path for the given prefixed JCR path.
 Path ParsingPathResolver.getQPath(String path)
          Deprecated. Parses the prefixed JCR path and returns the resolved qualified path.
 Path CachingPathResolver.getQPath(String path)
          Deprecated. Returns the qualified path for the given prefixed JCR path.
static Path PathFormat.parse(Path parent, String jcrPath, NamespaceResolver resolver)
          Deprecated. Parses the give jcrPath and returns a Path.
static Path PathFormat.parse(String jcrPath, NamespaceResolver resolver)
          Deprecated. Parses jcrPath into a qualified path using resolver to convert prefixes into namespace URI's.
static Path Path.valueOf(String s)
          Deprecated. Returns a Path holding the value of the specified string.
 

Methods in org.apache.jackrabbit.name with parameters of type Path
 Path Path.computeRelativePath(Path other)
          Deprecated. Computes the relative path from this absolute path to other.
static Path Path.create(Path parent, Path relPath, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path string and the given relative path string.
static Path Path.create(Path parent, QName name, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path string and the give name.
static Path Path.create(Path parent, QName name, int index, boolean normalize)
          Deprecated. Creates a new Path out of the given parent path and the give name and index.
static Path Path.create(Path parent, String relJCRPath, NamespaceResolver resolver, boolean canonicalize)
          Deprecated. Use PathFormat.parse(Path, String, NamespaceResolver) instead.
static String PathFormat.format(Path path, NamespaceResolver resolver)
          Deprecated. Returns a string representation of the qualified path in the JCR path format.
 String PathResolver.getJCRPath(Path path)
          Deprecated. Returns the prefixed JCR path for the given qualified path.
 String ParsingPathResolver.getJCRPath(Path path)
          Deprecated. Returns the prefixed JCR path for the given qualified path.
 String CachingPathResolver.getJCRPath(Path qpath)
          Deprecated. Returns the prefixed JCR path for the given qualified path.
 boolean Path.isAncestorOf(Path other)
          Deprecated. Determines if this path is an ancestor of the specified path, based on their (absolute or relative) hierarchy level as returned by getDepth().
 boolean Path.isDescendantOf(Path other)
          Deprecated. Determines if this path is a descendant of the specified path, based on their (absolute or relative) hierarchy level as returned by getDepth().
static Path PathFormat.parse(Path parent, String jcrPath, NamespaceResolver resolver)
          Deprecated. Parses the give jcrPath and returns a Path.
 

Constructors in org.apache.jackrabbit.name with parameters of type Path
Path.PathBuilder(Path parent)
          Creates a new PathBuilder and initialized it with elements of the given path.
 

Uses of Path in org.apache.jackrabbit.util
 

Methods in org.apache.jackrabbit.util that return Path
 Path PathMap.Element.getPath()
          Return the path of this element.
 

Methods in org.apache.jackrabbit.util with parameters of type Path
 PathMap.Element PathMap.Element.getDescendant(Path relPath, boolean exact)
          Map a relPath starting at this Element.
 boolean PathMap.Element.hasPath(Path path)
          Checks whether this element has the specified path.
 PathMap.Element PathMap.map(Path path, boolean exact)
          Deprecated. Map a path to a child.
 PathMap.Element PathMap.put(Path path)
          Deprecated. Create an empty child given by its path.
 PathMap.Element PathMap.put(Path path, Object obj)
          Deprecated. Create an element given by its path.
 void PathMap.put(Path path, PathMap.Element element)
          Deprecated. Put an element given by its path.
 



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