org.priha.path
Class PathManager

java.lang.Object
  extended by org.priha.path.PathManager

public class PathManager
extends java.lang.Object

PathManager stores all the Paths within a Session.


Constructor Summary
PathManager()
           
 
Method Summary
 Path getPath(PathRef p)
           
 PathRef getPathRef(Path path)
           
 void move(Path oldPath, Path newPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathManager

public PathManager()
Method Detail

getPath

public Path getPath(PathRef p)
             throws javax.jcr.PathNotFoundException
Throws:
javax.jcr.PathNotFoundException

getPathRef

public PathRef getPathRef(Path path)

move

public void move(Path oldPath,
                 Path newPath)