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 MimeTypes
TikaConfig. getMimeRepository()
Methods in org.apache.tika.config with parameters of type MimeTypes Modifier and Type Method Description protected static CompositeDetector
TikaConfig. 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 MimeTypes
EmbeddedDocumentUtil. getMimeTypes()
-
Uses of MimeTypes in org.apache.tika.mime
Fields in org.apache.tika.mime declared as MimeTypes Modifier and Type Field Description protected MimeTypes
MimeTypesReader. types
Methods in org.apache.tika.mime that return MimeTypes Modifier and Type Method Description static MimeTypes
MimeTypesFactory. create()
Creates an empty instance; same as calling new MimeTypes().static MimeTypes
MimeTypesFactory. create(InputStream stream)
static MimeTypes
MimeTypesFactory. create(InputStream... inputStreams)
Creates and returns a MimeTypes instance from the specified input stream.static MimeTypes
MimeTypesFactory. create(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(String coreFilePath, String extensionFilePath)
Creates and returns a MimeTypes instance.static MimeTypes
MimeTypesFactory. create(String coreFilePath, String extensionFilePath, ClassLoader classLoader)
Creates and returns a MimeTypes instance.static MimeTypes
MimeTypesFactory. create(URL url)
static MimeTypes
MimeTypesFactory. create(URL... urls)
Creates and returns a MimeTypes instance from the resource at the location specified by the URL.static MimeTypes
MimeTypesFactory. create(Document document)
Creates and returns a MimeTypes instance from the specified document.static MimeTypes
MimeTypes. getDefaultMimeTypes()
Get the default MimeTypes.static MimeTypes
MimeTypes. 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)
-