Uses of Class
com.caucho.vfs.GooglePath

Packages that use GooglePath
com.caucho.vfs Resin's Virtual File System. 
 

Uses of GooglePath in com.caucho.vfs
 

Subclasses of GooglePath in com.caucho.vfs
 class GoogleBlobStorePath
           
 class GoogleStorePath
           
 

Fields in com.caucho.vfs declared as GooglePath
protected  GooglePath GooglePath._parent
           
 

Methods in com.caucho.vfs that return GooglePath
protected  GooglePath GoogleBlobStorePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
protected abstract  GooglePath GooglePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
 GooglePath GoogleStorePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
 GooglePath GoogleMergePath.getGooglePath()
           
 GooglePath GooglePath.getParent()
           
 

Methods in com.caucho.vfs with parameters of type GooglePath
 GoogleInode GoogleInodeService.getGoogleInode(GooglePath path)
           
 java.util.HashMap<java.lang.String,GoogleInode> GoogleInodeService.readDirMap(GooglePath path)
           
 boolean GoogleInodeService.writeDirMap(GooglePath path, java.util.HashMap<java.lang.String,GoogleInode> dirMap)
           
 

Constructors in com.caucho.vfs with parameters of type GooglePath
GooglePath(GooglePath path)