Uses of Class
com.caucho.vfs.GoogleInode

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

Uses of GoogleInode in com.caucho.vfs
 

Fields in com.caucho.vfs declared as GoogleInode
protected  GoogleInode GooglePath._inode
           
 

Methods in com.caucho.vfs that return GoogleInode
 GoogleInode GoogleInodeService.getGoogleInode(GooglePath path)
           
 

Methods in com.caucho.vfs that return types with arguments of type GoogleInode
 java.util.HashMap<java.lang.String,GoogleInode> GoogleInode.getDirMap()
           
 java.util.HashMap<java.lang.String,GoogleInode> GoogleInodeService.readDirMap(GooglePath path)
           
 

Method parameters in com.caucho.vfs with type arguments of type GoogleInode
 void GoogleInode.setDirMap(java.util.HashMap<java.lang.String,GoogleInode> map)
           
 boolean GoogleInodeService.writeDirMap(GooglePath path, java.util.HashMap<java.lang.String,GoogleInode> dirMap)
           
 

Constructors in com.caucho.vfs with parameters of type GoogleInode
GoogleInode(GoogleInode inode)