com.ptc.epm.commands.util
Class CabinetHelper.CabinetServer

java.lang.Object
  extended bycom.ptc.epm.commands.util.CabinetHelper.CabinetServer
All Implemented Interfaces:
RemoteAccess
Enclosing class:
CabinetHelper

public static class CabinetHelper.CabinetServer
extends Object
implements RemoteAccess


Field Summary
private static String SEPARATOR
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CabinetHelper.CabinetServer()
           
 
Method Summary
static Folder getContainerFolder(String subFolderPath, Folder rootFolder, WTContainerRef containerRef)
           
static Folder getSubFolder(String subFolderPath, Folder rootFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

private static final String SEPARATOR
Constructor Detail

CabinetHelper.CabinetServer

public CabinetHelper.CabinetServer()
Method Detail

getSubFolder

public static Folder getSubFolder(String subFolderPath,
                                  Folder rootFolder)
                           throws WTException
Throws:
WTException

getContainerFolder

public static Folder getContainerFolder(String subFolderPath,
                                        Folder rootFolder,
                                        WTContainerRef containerRef)
                                 throws WTException
Throws:
WTException