Uses of Class
org.apache.tika.mime.MimeTypes
-
Packages that use MimeTypes Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.detect Media type detection.org.apache.tika.extractor Extraction of component documents.org.apache.tika.mime Media type information. -
-
Uses of MimeTypes in org.apache.tika.config
Methods in org.apache.tika.config that return MimeTypes Modifier and Type Method Description MimeTypesTikaConfig. getMimeRepository()Methods in org.apache.tika.config with parameters of type MimeTypes Modifier and Type Method Description protected static CompositeDetectorTikaConfig. getDefaultDetector(MimeTypes types, ServiceLoader loader) -
Uses of MimeTypes in org.apache.tika.detect
Constructors in org.apache.tika.detect with parameters of type MimeTypes Constructor Description DefaultDetector(MimeTypes types)DefaultDetector(MimeTypes types, ClassLoader loader)DefaultDetector(MimeTypes types, ServiceLoader loader)DefaultDetector(MimeTypes types, ServiceLoader loader, Collection<Class<? extends Detector>> excludeDetectors)DefaultProbDetector(MimeTypes types) -
Uses of MimeTypes in org.apache.tika.extractor
Methods in org.apache.tika.extractor that return MimeTypes Modifier and Type Method Description MimeTypesEmbeddedDocumentUtil. getMimeTypes() -
Uses of MimeTypes in org.apache.tika.mime
Fields in org.apache.tika.mime declared as MimeTypes Modifier and Type Field Description protected MimeTypesMimeTypesReader. typesMethods in org.apache.tika.mime that return MimeTypes Modifier and Type Method Description static MimeTypesMimeTypesFactory. create()Creates an empty instance; same as calling new MimeTypes().static MimeTypesMimeTypesFactory. create(InputStream stream)static MimeTypesMimeTypesFactory. create(InputStream... inputStreams)Creates and returns a MimeTypes instance from the specified input stream.static MimeTypesMimeTypesFactory. create(String filePath)Creates and returns a MimeTypes instance from the specified file path, as interpreted by the class loader in getResource().static MimeTypesMimeTypesFactory. create(String coreFilePath, String extensionFilePath)Creates and returns a MimeTypes instance.static MimeTypesMimeTypesFactory. create(String coreFilePath, String extensionFilePath, ClassLoader classLoader)Creates and returns a MimeTypes instance.static MimeTypesMimeTypesFactory. create(URL url)static MimeTypesMimeTypesFactory. create(URL... urls)Creates and returns a MimeTypes instance from the resource at the location specified by the URL.static MimeTypesMimeTypesFactory. create(Document document)Creates and returns a MimeTypes instance from the specified document.static MimeTypesMimeTypes. getDefaultMimeTypes()Get the default MimeTypes.static MimeTypesMimeTypes. getDefaultMimeTypes(ClassLoader classLoader)Get the default MimeTypes.Constructors in org.apache.tika.mime with parameters of type MimeTypes Constructor Description MimeTypesReader(MimeTypes types)ProbabilisticMimeDetectionSelector(MimeTypes mimeTypes)ProbabilisticMimeDetectionSelector(MimeTypes mimeTypes, ProbabilisticMimeDetectionSelector.Builder builder)
-