Package | Description |
---|---|
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Field and Description |
---|---|
protected GoogleInode |
GooglePath._inode |
Modifier and Type | Method and Description |
---|---|
GoogleInode |
GoogleInodeService.getGoogleInode(GooglePath path) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,GoogleInode> |
GoogleInode.getDirMap() |
java.util.HashMap<java.lang.String,GoogleInode> |
GoogleInodeService.readDirMap(GooglePath path) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleInode.setDirMap(java.util.HashMap<java.lang.String,GoogleInode> map) |
boolean |
GoogleInodeService.writeDirMap(GooglePath path,
java.util.HashMap<java.lang.String,GoogleInode> dirMap) |
Constructor and Description |
---|
GoogleInode(GoogleInode inode) |