Package | Description |
---|---|
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleBlobStorePath |
class |
GoogleStorePath |
Modifier and Type | Field and Description |
---|---|
protected GooglePath |
GooglePath._parent |
Modifier and Type | Method and Description |
---|---|
GooglePath |
GoogleStorePath.createInstance(FilesystemPath root,
java.lang.String userPath,
java.lang.String path) |
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 |
GoogleMergePath.getGooglePath() |
GooglePath |
GooglePath.getParent() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
GooglePath(GooglePath path) |