Uses of Class
org.apache.tika.mime.MediaType
Packages that use MediaType
Package
Description
Media type detection.
Extraction of component documents.
Forked parser.
Media type information.
Tika parsers.
External parser process.
-
Uses of MediaType in org.apache.tika.detect
Methods in org.apache.tika.detect that return MediaTypeModifier and TypeMethodDescriptionCompositeDetector.detect(InputStream input, Metadata metadata) Detector.detect(InputStream input, Metadata metadata) Detects the content type of the given input document.EmptyDetector.detect(InputStream input, Metadata metadata) FileCommandDetector.detect(InputStream input, Metadata metadata) MagicDetector.detect(InputStream input, Metadata metadata) MatroskaDetector.detect(InputStream input, Metadata metadata) Detects the media type of the input stream by inspecting EBML headers.NameDetector.detect(InputStream input, Metadata metadata) Detects the content type of an input document based on the document name given in the input metadata.OverrideDetector.detect(InputStream input, Metadata metadata) Deprecated.TextDetector.detect(InputStream input, Metadata metadata) Looks at the beginning of the document input stream to determine whether the document is text or not.TrainedModelDetector.detect(InputStream input, Metadata metadata) TypeDetector.detect(InputStream input, Metadata metadata) Detects the content type of an input document based on a type hint given in the input metadata.ZeroSizeFileDetector.detect(InputStream stream, Metadata metadata) NNTrainedModelBuilder.getType()Methods in org.apache.tika.detect with parameters of type MediaTypeModifier and TypeMethodDescriptionstatic MagicDetectorprotected voidTrainedModelDetector.registerModels(MediaType type, TrainedModel model) voidConstructors in org.apache.tika.detect with parameters of type MediaTypeModifierConstructorDescriptionMagicDetector(MediaType type, byte[] pattern) Creates a detector for input documents that have the exact given byte pattern at the beginning of the document stream.MagicDetector(MediaType type, byte[] pattern, byte[] mask, boolean isRegex, boolean isStringIgnoreCase, int offsetRangeBegin, int offsetRangeEnd) Creates a detector for input documents that meet the specified magic match.MagicDetector(MediaType type, byte[] pattern, byte[] mask, boolean isRegex, int offsetRangeBegin, int offsetRangeEnd) Creates a detector for input documents that meet the specified magic match.MagicDetector(MediaType type, byte[] pattern, byte[] mask, int offsetRangeBegin, int offsetRangeEnd) Creates a detector for input documents that meet the specified magic match.MagicDetector(MediaType type, byte[] pattern, int offset) Creates a detector for input documents that have the exact given byte pattern at the given offset of the document stream.Constructor parameters in org.apache.tika.detect with type arguments of type MediaTypeModifierConstructorDescriptionNameDetector(Map<Pattern, MediaType> patterns) Creates a new content type detector based on the given name patterns. -
Uses of MediaType in org.apache.tika.detect.apple
Fields in org.apache.tika.detect.apple declared as MediaTypeModifier and TypeFieldDescriptionstatic MediaTypeBPListDetector.BITUNESstatic MediaTypeBPListDetector.BMEMGRAPHstatic MediaTypeBPListDetector.BPLISTstatic MediaTypeBPListDetector.BWEBARCHIVEstatic MediaTypeBPListDetector.ITUNESstatic MediaTypeBPListDetector.MEMGRAPHstatic MediaTypeBPListDetector.PLISTstatic MediaTypeBPListDetector.WEBARCHIVEMethods in org.apache.tika.detect.apple that return MediaTypeModifier and TypeMethodDescriptionBPListDetector.detect(InputStream input, Metadata metadata) IWorkDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis) static MediaTypeBPListDetector.detectOnKeys(Set<String> keySet) static MediaTypeBPListDetector.detectXMLOnKeys(Set<String> keySet) IWorkDetector.streamingDetectFinal(StreamingDetectContext detectContext) IWorkDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) -
Uses of MediaType in org.apache.tika.detect.gzip
Fields in org.apache.tika.detect.gzip declared as MediaTypeModifier and TypeFieldDescriptionstatic MediaTypeGZipSpecializationDetector.ARC_GZstatic MediaTypeGZipSpecializationDetector.GZstatic MediaTypeGZipSpecializationDetector.WARC_GZMethods in org.apache.tika.detect.gzip that return MediaTypeModifier and TypeMethodDescriptionGZipSpecializationDetector.detect(InputStream input, Metadata metadata) -
Uses of MediaType in org.apache.tika.detect.magika
Methods in org.apache.tika.detect.magika that return MediaTypeModifier and TypeMethodDescriptionMagikaDetector.detect(InputStream input, Metadata metadata) protected static MediaTypeMagikaDetector.processResult(FileProcessResult result, Metadata metadata, boolean returnMime) -
Uses of MediaType in org.apache.tika.detect.microsoft
Fields in org.apache.tika.detect.microsoft declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypePOIFSContainerDetector.COMP_OBJSome other kind of embedded document, in a CompObj container within another OLE2 documentstatic final MediaTypePOIFSContainerDetector.DGN_8static final MediaTypePOIFSContainerDetector.DOCMicrosoft Wordstatic final MediaTypePOIFSContainerDetector.DRM_ENCRYPTEDTIKA-3666 MSOffice or other file encrypted with DRM in an OLE containerstatic final MediaTypePOIFSContainerDetector.ESRI_LAYERstatic final MediaTypePOIFSContainerDetector.GENERAL_EMBEDDEDGeneral embedded document type within an OLE2 containerstatic final MediaTypePOIFSContainerDetector.MPPMicrosoft Projectstatic final MediaTypePOIFSContainerDetector.MS_EQUATIONEquation embedded in Office docsstatic final MediaTypePOIFSContainerDetector.MS_GRAPH_CHARTGraph/Charts embedded in PowerPoint and Excelstatic final MediaTypePOIFSContainerDetector.MSGMicrosoft Outlookstatic final MediaTypePOIFSContainerDetector.OLEThe OLE base file formatstatic final MediaTypePOIFSContainerDetector.OLE10_NATIVEAn OLE10 Native embedded document within another OLE2 documentstatic final MediaTypePOIFSContainerDetector.OOXML_PROTECTEDThe protected OOXML base file formatstatic final MediaTypePOIFSContainerDetector.PPTMicrosoft PowerPointstatic final MediaTypePOIFSContainerDetector.PUBMicrosoft Publisherstatic final MediaTypePOIFSContainerDetector.SDAStarOffice Drawstatic final MediaTypePOIFSContainerDetector.SDCStarOffice Calcstatic final MediaTypePOIFSContainerDetector.SDDStarOffice Impressstatic final MediaTypePOIFSContainerDetector.SDWStarOffice Writerstatic final MediaTypePOIFSContainerDetector.SLDWORKSSolidWorks CAD filestatic final MediaTypePOIFSContainerDetector.VSDMicrosoft Visiostatic final MediaTypePOIFSContainerDetector.WPSMicrosoft Worksstatic final MediaTypePOIFSContainerDetector.XLRMicrosoft Works Spreadsheet 7.0static final MediaTypePOIFSContainerDetector.XLSMicrosoft ExcelMethods in org.apache.tika.detect.microsoft that return MediaTypeModifier and TypeMethodDescriptionPOIFSContainerDetector.detect(InputStream input, Metadata metadata) static MediaTypePOIFSContainerDetector.detect(Set<String> anyCaseNames, org.apache.poi.poifs.filesystem.DirectoryEntry root) Internal detection of the specific kind of OLE2 document, based on the names of the top-level streams within the file. -
Uses of MediaType in org.apache.tika.detect.microsoft.ooxml
Methods in org.apache.tika.detect.microsoft.ooxml that return MediaTypeModifier and TypeMethodDescriptionOPCPackageDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream stream) static MediaTypeOPCPackageDetector.detectOfficeOpenXML(org.apache.poi.openxml4j.opc.OPCPackage pkg) Detects the type of an OfficeOpenXML (OOXML) file from opened PackageOPCPackageDetector.streamingDetectFinal(StreamingDetectContext detectContext) OPCPackageDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) -
Uses of MediaType in org.apache.tika.detect.ole
Fields in org.apache.tika.detect.ole declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeMiscOLEDetector.HWPHangul Word Processor (Korean)static final MediaTypeMiscOLEDetector.OLEThe OLE base file formatstatic final MediaTypeMiscOLEDetector.QUATTROPROBase QuattroPro mimeMethods in org.apache.tika.detect.ole that return MediaTypeModifier and TypeMethodDescriptionMiscOLEDetector.detect(InputStream input, Metadata metadata) protected static MediaTypeDeprecated.protected static MediaTypeInternal detection of the specific kind of OLE2 document, based on the names of the top-level streams within the file. -
Uses of MediaType in org.apache.tika.detect.siegfried
Methods in org.apache.tika.detect.siegfried that return MediaTypeModifier and TypeMethodDescriptionSiegfriedDetector.detect(InputStream input, Metadata metadata) protected static MediaTypeSiegfriedDetector.processResult(FileProcessResult result, Metadata metadata, boolean returnMime) -
Uses of MediaType in org.apache.tika.detect.zip
Fields in org.apache.tika.detect.zip declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypePackageConstants.ARstatic final MediaTypePackageConstants.ARJstatic final MediaTypeCompressorConstants.BROTLIstatic final MediaTypeCompressorConstants.BZIPstatic final MediaTypeCompressorConstants.BZIP2static final MediaTypeCompressorConstants.COMPRESSstatic final MediaTypePackageConstants.CPIOstatic final MediaTypeCompressorConstants.DEFLATE64static final MediaTypePackageConstants.DUMPstatic final MediaTypePackageConstants.GTARstatic final MediaTypeCompressorConstants.GZIPstatic final MediaTypeCompressorConstants.GZIP_ALTstatic final MediaTypePackageConstants.JARstatic final MediaTypePackageConstants.KMZstatic final MediaTypeCompressorConstants.LZ4_BLOCKstatic final MediaTypeCompressorConstants.LZ4_FRAMEDstatic final MediaTypeCompressorConstants.LZMAstatic final MediaTypeCompressorConstants.PACKstatic final MediaTypePackageConstants.SEVENZstatic final MediaTypeCompressorConstants.SNAPPY_FRAMEDstatic final MediaTypeCompressorConstants.SNAPPY_RAWstatic final MediaTypePackageConstants.TARstatic final MediaTypePackageConstants.TIKA_OOXMLstatic final MediaTypeCompressorConstants.XZstatic final MediaTypePackageConstants.ZIPstatic final MediaTypeCompressorConstants.ZLIBstatic final MediaTypeCompressorConstants.ZSTDMethods in org.apache.tika.detect.zip that return MediaTypeModifier and TypeMethodDescriptionDefaultZipContainerDetector.detect(InputStream input, Metadata metadata) DeprecatedStreamingZipContainerDetector.detect(InputStream is, Metadata metadata) FrictionlessPackageDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) IPADetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) JarDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) KMZDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) OpenDocumentDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) StarOfficeDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) StreamingZipContainerDetector.detect(InputStream input, Metadata metadata) ZipContainerDetector.detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis) If detection is successful, the ZipDetector should set the zip file or OPCPackage in TikaInputStream.setOpenContainer() Implementations should _not_ close the ZipFilestatic MediaTypeCompressorConstants.getMediaType(String name) static MediaTypePackageConstants.getMediaType(String name) FrictionlessPackageDetector.streamingDetectFinal(StreamingDetectContext detectContext) IPADetector.streamingDetectFinal(StreamingDetectContext detectContext) JarDetector.streamingDetectFinal(StreamingDetectContext detectContext) KMZDetector.streamingDetectFinal(StreamingDetectContext detectContext) OpenDocumentDetector.streamingDetectFinal(StreamingDetectContext detectContext) StarOfficeDetector.streamingDetectFinal(StreamingDetectContext detectContext) ZipContainerDetector.streamingDetectFinal(StreamingDetectContext detectContext) After we've finished streaming the zip archive entries, a detector may make a final decision.FrictionlessPackageDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) IPADetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) JarDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) KMZDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) OpenDocumentDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) StarOfficeDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) ZipContainerDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) Try to detect on a specific entry. -
Uses of MediaType in org.apache.tika.dl.imagerec
Fields in org.apache.tika.dl.imagerec with type parameters of type MediaTypeMethods in org.apache.tika.dl.imagerec that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionDL4JInceptionV3Net.getSupportedMimes()DL4JVGG16Net.getSupportedMimes() -
Uses of MediaType in org.apache.tika.embedder
Methods in org.apache.tika.embedder that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionEmbedder.getSupportedEmbedTypes(ParseContext context) Returns the set of media types supported by this embedder when used with the given parse context.ExternalEmbedder.getSupportedEmbedTypes()ExternalEmbedder.getSupportedEmbedTypes(ParseContext context) Method parameters in org.apache.tika.embedder with type arguments of type MediaTypeModifier and TypeMethodDescriptionvoidExternalEmbedder.setSupportedEmbedTypes(Set<MediaType> supportedEmbedTypes) -
Uses of MediaType in org.apache.tika.example
Methods in org.apache.tika.example that return MediaTypeModifier and TypeMethodDescriptionEncryptedPrescriptionDetector.detect(InputStream stream, Metadata metadata) Methods in org.apache.tika.example that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionDirListParser.getSupportedTypes(ParseContext context) EncryptedPrescriptionParser.getSupportedTypes(ParseContext context) PrescriptionParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.extractor
Methods in org.apache.tika.extractor with parameters of type MediaTypeModifier and TypeMethodDescriptionvoidEmbeddedResourceHandler.handle(String filename, MediaType mediaType, InputStream stream) Called to process an embedded resource within the container. -
Uses of MediaType in org.apache.tika.fork
Methods in org.apache.tika.fork that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.fuzzing
Methods in org.apache.tika.fuzzing that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionAutoDetectTransformer.getSupportedTypes()Transformer.getSupportedTypes()Returns the set of media types supported by this parser when used with the given parse context. -
Uses of MediaType in org.apache.tika.fuzzing.general
Methods in org.apache.tika.fuzzing.general that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionByteDeleter.getSupportedTypes()ByteFlipper.getSupportedTypes()ByteInjector.getSupportedTypes()GeneralTransformer.getSupportedTypes()SpanSwapper.getSupportedTypes()Truncator.getSupportedTypes() -
Uses of MediaType in org.apache.tika.fuzzing.pdf
Methods in org.apache.tika.fuzzing.pdf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.mime
Fields in org.apache.tika.mime declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeMediaType.APPLICATION_XMLstatic final MediaTypeMediaType.APPLICATION_ZIPstatic final MediaTypeMediaType.EMPTYstatic final MediaTypeMediaType.OCTET_STREAMstatic final MediaTypeMediaType.TEXT_HTMLstatic final MediaTypeMediaType.TEXT_PLAINMethods in org.apache.tika.mime that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeMediaType.application(String type) static MediaTypeMimeTypes.detect(InputStream input, Metadata metadata) Automatically detects the MIME type of a document based on magic markers in the stream prefix and any given metadata hints.ProbabilisticMimeDetectionSelector.detect(InputStream input, Metadata metadata) MediaType.getBaseType()Returns the base form of the MediaType, excluding any parameters, such as "text/plain" for "text/plain; charset=utf-8"MediaTypeRegistry.getSupertype(MediaType type) Returns the supertype of the given type.MimeType.getType()Returns the normalized media type name.static MediaTypestatic MediaTypeParses the given string to a media type.static MediaTypestatic MediaTypeMethods in org.apache.tika.mime that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionMediaTypeRegistry.getAliases(MediaType type) Returns the set of known aliases of the given canonical media type.MediaTypeRegistry.getChildTypes(MediaType type) Returns the set of known children of the given canonical media typeMediaTypeRegistry.getTypes()Returns the set of all known canonical media types.Convenience method that parses the given media type strings and returns an unmodifiable set that contains all the parsed types.Convenience method that returns an unmodifiable set that contains all the given media types.Methods in org.apache.tika.mime with parameters of type MediaTypeModifier and TypeMethodDescriptionvoidvoidMediaTypeRegistry.addSuperType(MediaType type, MediaType supertype) voidintMediaTypeRegistry.getAliases(MediaType type) Returns the set of known aliases of the given canonical media type.MediaTypeRegistry.getChildTypes(MediaType type) Returns the set of known children of the given canonical media typeMediaTypeRegistry.getSupertype(MediaType type) Returns the supertype of the given type.booleanMediaTypeRegistry.isInstanceOf(String a, MediaType b) Parses and normalises the given media type string and checks whether the result equals the given base type or is a specialization of it.booleanMediaTypeRegistry.isInstanceOf(MediaType a, MediaType b) Checks whether the given media type equals the given base type or is a specialization of it.booleanMediaTypeRegistry.isSpecializationOf(MediaType a, MediaType b) Checks whether the given media type a is a specialization of a more generic type b.Convenience method that returns an unmodifiable set that contains all the given media types.voidMimeTypes.setSuperType(MimeType type, MediaType parent) Constructors in org.apache.tika.mime with parameters of type MediaTypeModifierConstructorDescriptionCreates a media type by adding a parameter to a base type.Creates a media type by adding the "charset" parameter to a base type. -
Uses of MediaType in org.apache.tika.parser
Methods in org.apache.tika.parser that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionCompositeParser.findDuplicateParsers(ParseContext context) Utility method that goes through all the component parsers and finds all media types for which more than one parser declares support.CompositeParser.getParsers()Returns the component parsers.CompositeParser.getParsers(ParseContext context) DefaultParser.getParsers(ParseContext context) CompositeParser.getSupportedTypes(ParseContext context) CryptoParser.getSupportedTypes(ParseContext context) DelegatingParser.getSupportedTypes(ParseContext context) EmptyParser.getSupportedTypes(ParseContext context) ErrorParser.getSupportedTypes(ParseContext context) NetworkParser.getSupportedTypes(ParseContext context) Parser.getSupportedTypes(ParseContext context) Returns the set of media types supported by this parser when used with the given parse context.ParserDecorator.getSupportedTypes(ParseContext context) Delegates the method call to the decorated parser.RecursiveParserWrapper.getSupportedTypes(ParseContext context) RegexCaptureParser.getSupportedTypes(ParseContext context) Method parameters in org.apache.tika.parser with type arguments of type MediaTypeModifier and TypeMethodDescriptionvoidCompositeParser.setParsers(Map<MediaType, Parser> parsers) Sets the component parsers.static final ParserParserDecorator.withFallbacks(Collection<? extends Parser> parsers, Set<MediaType> types) Deprecated.This has been replaced byFallbackParserstatic final ParserParserDecorator.withoutTypes(Parser parser, Set<MediaType> excludeTypes) Decorates the given parser so that it never claims to support parsing of the given media types, but will work for all others.static final ParserDecorates the given parser so that it always claims to support parsing of the given media types.Constructor parameters in org.apache.tika.parser with type arguments of type MediaTypeModifierConstructorDescriptionCryptoParser(String transformation, Provider provider, Set<MediaType> types) CryptoParser(String transformation, Set<MediaType> types) NetworkParser(URI uri, Set<MediaType> supportedTypes) -
Uses of MediaType in org.apache.tika.parser.apple
Methods in org.apache.tika.parser.apple that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionAppleSingleFileParser.getSupportedTypes(ParseContext context) PListParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.asm
Methods in org.apache.tika.parser.asm that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.audio
Methods in org.apache.tika.parser.audio that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionAudioParser.getSupportedTypes(ParseContext context) MidiParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.captioning.tf
Methods in org.apache.tika.parser.captioning.tf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.code
Methods in org.apache.tika.parser.code that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.crypto
Methods in org.apache.tika.parser.crypto that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionPkcs7Parser.getSupportedTypes(ParseContext context) TSDParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.csv
Methods in org.apache.tika.parser.csv that return MediaTypeMethods in org.apache.tika.parser.csv that return types with arguments of type MediaTypeMethods in org.apache.tika.parser.csv with parameters of type MediaTypeConstructors in org.apache.tika.parser.csv with parameters of type MediaType -
Uses of MediaType in org.apache.tika.parser.dbf
Methods in org.apache.tika.parser.dbf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.dgn
Methods in org.apache.tika.parser.dgn that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.dif
Methods in org.apache.tika.parser.dif that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.dwg
Methods in org.apache.tika.parser.dwg that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionDWGParser.getSupportedTypes(ParseContext context) DWGReadParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.envi
Methods in org.apache.tika.parser.envi that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.epub
Methods in org.apache.tika.parser.epub that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionEpubContentParser.getSupportedTypes(ParseContext context) EpubParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.executable
Methods in org.apache.tika.parser.executable that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionExecutableParser.getSupportedTypes(ParseContext context) UniversalExecutableParser.getSupportedTypes(ParseContext arg0) -
Uses of MediaType in org.apache.tika.parser.external
Methods in org.apache.tika.parser.external that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionExternalParser.getSupportedTypes()ExternalParser.getSupportedTypes(ParseContext context) Method parameters in org.apache.tika.parser.external with type arguments of type MediaTypeModifier and TypeMethodDescriptionvoidExternalParser.setSupportedTypes(Set<MediaType> supportedTypes) -
Uses of MediaType in org.apache.tika.parser.external2
Methods in org.apache.tika.parser.external2 that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.feed
Methods in org.apache.tika.parser.feed that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.font
Methods in org.apache.tika.parser.font that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionAdobeFontMetricParser.getSupportedTypes(ParseContext context) TrueTypeParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.gdal
Methods in org.apache.tika.parser.gdal that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.geo.topic
Methods in org.apache.tika.parser.geo.topic that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.geoinfo
Methods in org.apache.tika.parser.geoinfo that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionGeographicInformationParser.getSupportedTypes(ParseContext parseContext) -
Uses of MediaType in org.apache.tika.parser.geopkg
Methods in org.apache.tika.parser.geopkg that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.grib
Methods in org.apache.tika.parser.grib that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.hdf
Methods in org.apache.tika.parser.hdf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.html
Methods in org.apache.tika.parser.html that return MediaTypeMethods in org.apache.tika.parser.html that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.http
Methods in org.apache.tika.parser.http that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.hwp
Methods in org.apache.tika.parser.hwp that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.image
Methods in org.apache.tika.parser.image that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionBPGParser.getSupportedTypes(ParseContext context) HeifParser.getSupportedTypes(ParseContext context) ICNSParser.getSupportedTypes(ParseContext context) ImageParser.getSupportedTypes(ParseContext context) JpegParser.getSupportedTypes(ParseContext context) JXLParser.getSupportedTypes(ParseContext context) PSDParser.getSupportedTypes(ParseContext context) TiffParser.getSupportedTypes(ParseContext context) WebPParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.indesign
Methods in org.apache.tika.parser.indesign that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.iptc
Methods in org.apache.tika.parser.iptc that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.isatab
Methods in org.apache.tika.parser.isatab that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.iwork
Methods in org.apache.tika.parser.iwork that return MediaTypeMethods in org.apache.tika.parser.iwork that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.iwork.iwana
Methods in org.apache.tika.parser.iwork.iwana that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeIWork13PackageParser.IWork13DocumentType.detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile) static MediaTypeIWork18PackageParser.IWork18DocumentType.detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile) static MediaTypeIWork13PackageParser.IWork13DocumentType.detectIfPossible(ZipEntry entry) static MediaTypeIWork18PackageParser.IWork18DocumentType.detectIfPossible(ZipEntry entry) IWork13PackageParser.IWork13DocumentType.getType()IWork18PackageParser.IWork18DocumentType.getType()Methods in org.apache.tika.parser.iwork.iwana that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionIWork13PackageParser.getSupportedTypes(ParseContext context) IWork18PackageParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.jdbc
Methods in org.apache.tika.parser.jdbc that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.journal
Methods in org.apache.tika.parser.journal that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.mail
Methods in org.apache.tika.parser.mail that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.mat
Methods in org.apache.tika.parser.mat that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.mbox
Methods in org.apache.tika.parser.mbox that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft that return MediaTypeMethods in org.apache.tika.parser.microsoft that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionEMFParser.getSupportedTypes(ParseContext context) JackcessParser.getSupportedTypes(ParseContext context) MSOwnerFileParser.getSupportedTypes(ParseContext context) OfficeParser.getSupportedTypes(ParseContext context) OldExcelParser.getSupportedTypes(ParseContext context) TNEFParser.getSupportedTypes(ParseContext context) WMFParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.microsoft.activemime
Methods in org.apache.tika.parser.microsoft.activemime that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.libpst
Fields in org.apache.tika.parser.microsoft.libpst declared as MediaTypeMethods in org.apache.tika.parser.microsoft.libpst that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.onenote
Methods in org.apache.tika.parser.microsoft.onenote that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.ooxml
Fields in org.apache.tika.parser.microsoft.ooxml declared as MediaTypeFields in org.apache.tika.parser.microsoft.ooxml with type parameters of type MediaTypeModifier and TypeFieldDescriptionOOXMLParser.SUPPORTED_TYPESOOXMLParser.UNSUPPORTED_OOXML_TYPESWe claim to support all OOXML files, but we actually don't support a small number of them.Methods in org.apache.tika.parser.microsoft.ooxml that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006
Fields in org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006 with type parameters of type MediaTypeMethods in org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006 that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.pst
Fields in org.apache.tika.parser.microsoft.pst declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeOutlookPSTParser.MS_OUTLOOK_PST_MIMETYPEstatic final MediaTypePSTMailItemParser.PST_MAIL_ITEMFields in org.apache.tika.parser.microsoft.pst with type parameters of type MediaTypeMethods in org.apache.tika.parser.microsoft.pst that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionOutlookPSTParser.getSupportedTypes(ParseContext context) PSTMailItemParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.microsoft.rtf
Methods in org.apache.tika.parser.microsoft.rtf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.microsoft.xml
Methods in org.apache.tika.parser.microsoft.xml that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionSpreadsheetMLParser.getSupportedTypes(ParseContext context) WordMLParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mif
Methods in org.apache.tika.parser.mif that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.mp3
Methods in org.apache.tika.parser.mp3 that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.mp4
Methods in org.apache.tika.parser.mp4 that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.multiple
Methods in org.apache.tika.parser.multiple that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.ner
Fields in org.apache.tika.parser.ner with type parameters of type MediaTypeMethods in org.apache.tika.parser.ner that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.netcdf
Methods in org.apache.tika.parser.netcdf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.ocr
Methods in org.apache.tika.parser.ocr that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.odf
Methods in org.apache.tika.parser.odf that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionFlatOpenDocumentParser.getSupportedTypes(ParseContext context) OpenDocumentContentParser.getSupportedTypes(ParseContext context) OpenDocumentParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.pdf
Fields in org.apache.tika.parser.pdf declared as MediaTypeMethods in org.apache.tika.parser.pdf that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.pkg
Methods in org.apache.tika.parser.pkg that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionCompressorParser.getSupportedTypes(ParseContext context) PackageParser.getSupportedTypes(ParseContext context) RarParser.getSupportedTypes(ParseContext arg0) UnrarParser.getSupportedTypes(ParseContext arg0) -
Uses of MediaType in org.apache.tika.parser.pot
Methods in org.apache.tika.parser.pot that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionPooledTimeSeriesParser.getSupportedTypes(ParseContext context) Returns the set of media types supported by this parser when used with the given parse context. -
Uses of MediaType in org.apache.tika.parser.prt
Methods in org.apache.tika.parser.prt that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.recognition
Methods in org.apache.tika.parser.recognition that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionObjectRecogniser.getSupportedMimes()The mimes supported by this recogniserAgeRecogniser.getSupportedTypes(ParseContext parseContext) ObjectRecognitionParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.recognition.tf
Methods in org.apache.tika.parser.recognition.tf that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionTensorflowImageRecParser.getSupportedMimes()TensorflowRESTRecogniser.getSupportedMimes() -
Uses of MediaType in org.apache.tika.parser.sas
Methods in org.apache.tika.parser.sas that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.sentiment
Methods in org.apache.tika.parser.sentiment that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionSentimentAnalysisParser.getSupportedTypes(ParseContext context) Returns the types supported -
Uses of MediaType in org.apache.tika.parser.sqlite3
Methods in org.apache.tika.parser.sqlite3 that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionSQLite3DBParser.getSupportedTypes(ParseContext context) SQLite3Parser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.strings
Methods in org.apache.tika.parser.strings that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionLatin1StringsParser.getSupportedTypes(ParseContext arg0) StringsParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.tmx
Methods in org.apache.tika.parser.tmx that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.transcribe.aws
Fields in org.apache.tika.parser.transcribe.aws with type parameters of type MediaTypeMethods in org.apache.tika.parser.transcribe.aws that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.txt
Methods in org.apache.tika.parser.txt that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.video
Methods in org.apache.tika.parser.video that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.wacz
Methods in org.apache.tika.parser.wacz that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.warc
Methods in org.apache.tika.parser.warc that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.parser.wordperfect
Fields in org.apache.tika.parser.wordperfect declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeQuattroProParser.QP_7_8static final MediaTypeQuattroProParser.QP_9Methods in org.apache.tika.parser.wordperfect that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionQuattroProParser.getSupportedTypes(ParseContext context) WordPerfectParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.xliff
Methods in org.apache.tika.parser.xliff that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionXLIFF12Parser.getSupportedTypes(ParseContext context) XLZParser.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.xml
Methods in org.apache.tika.parser.xml that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionFictionBookParser.getSupportedTypes(ParseContext context) XMLParser.getSupportedTypes(ParseContext context) XMLProfiler.getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.renderer
Methods in org.apache.tika.renderer that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionCompositeRenderer.getSupportedTypes(ParseContext context) Renderer.getSupportedTypes(ParseContext context) Returns the set of media types supported by this renderer when used with the given parse context.Methods in org.apache.tika.renderer with parameters of type MediaType -
Uses of MediaType in org.apache.tika.renderer.pdf.mutool
Methods in org.apache.tika.renderer.pdf.mutool that return types with arguments of type MediaType -
Uses of MediaType in org.apache.tika.renderer.pdf.pdfbox
Methods in org.apache.tika.renderer.pdf.pdfbox that return types with arguments of type MediaType
MiscOLEDetector.detect(Set, DirectoryEntry)and pass the root entry of the filesystem whose type is to be detected, as a second argument.