Uses of Class
org.deepfs.fsml.MimeType

Packages that use MimeType
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
 

Uses of MimeType in org.deepfs.fsml
 

Methods in org.deepfs.fsml that return MimeType
static MimeType MimeType.getItem(String name)
          Tries to find the MimeType item for the given MIME type string.
static MimeType MimeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MimeType[] MimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deepfs.fsml with parameters of type MimeType
 void DeepFile.setFileFormat(MimeType format)
          Sets the MIME type of the file.