Uses of Class
org.jclouds.atmos.domain.FileType

Packages that use FileType
org.jclouds.atmos.domain   
 

Uses of FileType in org.jclouds.atmos.domain
 

Methods in org.jclouds.atmos.domain that return FileType
static FileType FileType.fromValue(String v)
           
 FileType DirectoryEntry.getType()
           
static FileType FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.atmos.domain with parameters of type FileType
DirectoryEntry(String objectid, FileType type, String objname)
           
SystemMetadata(byte[] contentmd5, Date atime, Date ctime, String gid, Date itime, Date mtime, int nlink, String objectid, String objname, String policyname, long size, FileType type, String uid)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.