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

Packages that use MimeTypeException
org.apache.tika.config   
org.apache.tika.mime   
 

Uses of MimeTypeException in org.apache.tika.config
 

Constructors in org.apache.tika.config that throw MimeTypeException
TikaConfig()
           
 

Uses of MimeTypeException in org.apache.tika.mime
 

Methods in org.apache.tika.mime that throw MimeTypeException
 void MimeType.addAlias(java.lang.String alias)
          Adds an alias name for this media type.
 void MimeTypes.addPattern(MimeType type, java.lang.String pattern)
          Adds a file name pattern for the given media type.
 void MimeTypes.addPattern(MimeType type, java.lang.String pattern, boolean isRegex)
          Adds a file name pattern for the given media type.
static MimeTypes MimeTypesFactory.create(org.w3c.dom.Document document)
          Creates and returns a MimeTypes instance from the specified document.
static MimeTypes MimeTypesFactory.create(java.io.InputStream inputStream)
          Creates and returns a MimeTypes instance from the specified input stream.
static MimeTypes MimeTypesFactory.create(java.lang.String filePath)
          Creates and returns a MimeTypes instance from the specified file path, as interpreted by the class loader in getResource().
static MimeTypes MimeTypesFactory.create(java.net.URL url)
          Creates and returns a MimeTypes instance from the resource at the location specified by the URL.
 MimeType MimeTypes.forName(java.lang.String name)
          Returns the registered media type with the given name (or alias).
 void MimeType.setSuperType(MimeType type)
           
 



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