Uses of Class
com.caucho.vfs.GoogleInode.FileType

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

Uses of GoogleInode.FileType in com.caucho.vfs
 

Methods in com.caucho.vfs that return GoogleInode.FileType
static GoogleInode.FileType GoogleInode.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GoogleInode.FileType[] GoogleInode.FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.caucho.vfs with parameters of type GoogleInode.FileType
GoogleInode(java.lang.String name, GoogleInode.FileType type, long length, long lastModified)