com.orientechnologies.jdo.directory
Class oDirectoryManager

java.lang.Object
  extended bycom.orientechnologies.jdo.directory.oDirectoryManager

public class oDirectoryManager
extends java.lang.Object


Constructor Summary
oDirectoryManager()
           
 
Method Summary
 void addReference(oSysFolder iRoot, java.lang.String iPath, oOID iRef)
           
 oSysFolder findFolder(oSysFolder iRoot, java.lang.String iPath)
           
 oSysReference findReference(oSysFolder iRoot, java.lang.String iPath)
           
static oDirectoryManager getInstance()
           
 java.lang.String[] splitPath(java.lang.String iPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oDirectoryManager

public oDirectoryManager()
Method Detail

addReference

public void addReference(oSysFolder iRoot,
                         java.lang.String iPath,
                         oOID iRef)
                  throws oDirectoryException
Throws:
oDirectoryException

findReference

public oSysReference findReference(oSysFolder iRoot,
                                   java.lang.String iPath)
                            throws oDirectoryException
Throws:
oDirectoryException

findFolder

public oSysFolder findFolder(oSysFolder iRoot,
                             java.lang.String iPath)
                      throws oDirectoryException
Throws:
oDirectoryException

splitPath

public java.lang.String[] splitPath(java.lang.String iPath)
                             throws oDirectoryException
Throws:
oDirectoryException

getInstance

public static oDirectoryManager getInstance()