Uses of Class
org.basex.build.fs.parser.Metadata.MimeType

Packages that use Metadata.MimeType
org.basex.build.fs.parser Contains classes for extracting file metadata and content. 
 

Uses of Metadata.MimeType in org.basex.build.fs.parser
 

Methods in org.basex.build.fs.parser that return Metadata.MimeType
static Metadata.MimeType Metadata.MimeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Metadata.MimeType[] Metadata.MimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.