Uses of Class
org.apache.tika.mime.MimeType

Packages that use MimeType
org.apache.tika.mime Media type information. 
 

Uses of MimeType in org.apache.tika.mime
 

Methods in org.apache.tika.mime that return MimeType
 MimeType MimeTypes.forName(String name)
          Returns the registered media type with the given name (or alias).
 MimeType MimeTypes.getMimeType(File file)
          Deprecated. Use Tika.detect(File) instead
 MimeType MimeTypes.getMimeType(String name)
          Deprecated. Use Tika.detect(String) instead
 

Methods in org.apache.tika.mime with parameters of type MimeType
 void MimeTypes.addPattern(MimeType type, String pattern)
          Adds a file name pattern for the given media type.
 void MimeTypes.addPattern(MimeType type, String pattern, boolean isRegex)
          Adds a file name pattern for the given media type.
 int MimeType.compareTo(MimeType mime)
           
 void MimeTypes.setSuperType(MimeType type, MediaType parent)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.