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
 

Fields in org.apache.tika.mime declared as MimeType
protected  MimeType MimeTypesReader.type
          Current type
 

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
 MimeType MimeTypes.getRegisteredMimeType(String name)
          Returns the registered media type with the given name (or alias).
 

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)
           
protected  void MimeTypesReader.handleGlobError(MimeType type, String pattern, MimeTypeException ex, String qName, Attributes attributes)
           
 void MimeTypes.setSuperType(MimeType type, MediaType parent)
           
 



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