Uses of Class
org.apache.tika.mime.MimeType
-
Packages that use MimeType Package Description org.apache.tika.mime Media type information. -
-
Uses of MimeType in org.apache.tika.mime
Fields in org.apache.tika.mime declared as MimeType Modifier and Type Field Description protected MimeTypeMimeTypesReader. typeCurrent typeMethods in org.apache.tika.mime that return MimeType Modifier and Type Method Description MimeTypeMimeTypes. forName(String name)Returns the registered media type with the given name (or alias).MimeTypeMimeTypes. getMimeType(File file)Deprecated.UseTika.detect(File)insteadMimeTypeMimeTypes. getMimeType(String name)Deprecated.UseTika.detect(String)insteadMimeTypeMimeTypes. getRegisteredMimeType(String name)Returns the registered, normalised media type with the given name (or alias).Methods in org.apache.tika.mime with parameters of type MimeType Modifier and Type Method Description voidMimeTypes. addPattern(MimeType type, String pattern)Adds a file name pattern for the given media type.voidMimeTypes. addPattern(MimeType type, String pattern, boolean isRegex)Adds a file name pattern for the given media type.intMimeType. compareTo(MimeType mime)protected voidMimeTypesReader. handleGlobError(MimeType type, String pattern, MimeTypeException ex, String qName, Attributes attributes)voidMimeTypes. setSuperType(MimeType type, MediaType parent)
-