Uses of Class
org.apache.tika.mime.MediaType
-
-
Uses of MediaType in org.apache.tika.config
Methods in org.apache.tika.config with parameters of type MediaType Modifier and Type Method Description ParserTikaConfig. getParser(MediaType mimeType)Deprecated.Use theTikaConfig.getParser()method instead -
Uses of MediaType in org.apache.tika.detect
Methods in org.apache.tika.detect that return MediaType Modifier and Type Method Description MediaTypeCompositeDetector. detect(InputStream input, Metadata metadata)MediaTypeDetector. detect(InputStream input, Metadata metadata)Detects the content type of the given input document.MediaTypeEmptyDetector. detect(InputStream input, Metadata metadata)MediaTypeFileCommandDetector. detect(InputStream input, Metadata metadata)MediaTypeMagicDetector. detect(InputStream input, Metadata metadata)MediaTypeNameDetector. detect(InputStream input, Metadata metadata)Detects the content type of an input document based on the document name given in the input metadata.MediaTypeOverrideDetector. detect(InputStream input, Metadata metadata)Deprecated.MediaTypeTextDetector. detect(InputStream input, Metadata metadata)Looks at the beginning of the document input stream to determine whether the document is text or not.MediaTypeTrainedModelDetector. detect(InputStream input, Metadata metadata)MediaTypeTypeDetector. detect(InputStream input, Metadata metadata)Detects the content type of an input document based on a type hint given in the input metadata.MediaTypeZeroSizeFileDetector. detect(InputStream stream, Metadata metadata)MediaTypeNNTrainedModelBuilder. getType()Methods in org.apache.tika.detect with parameters of type MediaType Modifier and Type Method Description static MagicDetectorMagicDetector. parse(MediaType mediaType, String type, String offset, String value, String mask)protected voidTrainedModelDetector. registerModels(MediaType type, TrainedModel model)voidNNTrainedModelBuilder. setType(MediaType type)Constructors in org.apache.tika.detect with parameters of type MediaType Constructor Description MagicDetector(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 MediaType Constructor Description NameDetector(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 MediaType Modifier and Type Field Description static MediaTypeBPListDetector. BITUNESstatic MediaTypeBPListDetector. BMEMGRAPHstatic MediaTypeBPListDetector. BPLISTstatic MediaTypeBPListDetector. BWEBARCHIVEstatic MediaTypeBPListDetector. ITUNESstatic MediaTypeBPListDetector. MEMGRAPHstatic MediaTypeBPListDetector. PLISTstatic MediaTypeBPListDetector. WEBARCHIVEMethods in org.apache.tika.detect.apple that return MediaType Modifier and Type Method Description MediaTypeBPListDetector. detect(InputStream input, Metadata metadata)MediaTypeIWorkDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis)static MediaTypeBPListDetector. detectOnKeys(Set<String> keySet)static MediaTypeBPListDetector. detectXMLOnKeys(Set<String> keySet)MediaTypeIWorkDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeIWorkDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) -
Uses of MediaType in org.apache.tika.detect.microsoft
Fields in org.apache.tika.detect.microsoft declared as MediaType Modifier and Type Field Description static MediaTypePOIFSContainerDetector. COMP_OBJSome other kind of embedded document, in a CompObj container within another OLE2 documentstatic MediaTypePOIFSContainerDetector. DGN_8static MediaTypePOIFSContainerDetector. DOCMicrosoft Wordstatic MediaTypePOIFSContainerDetector. DRM_ENCRYPTEDTIKA-3666 MSOffice or other file encrypted with DRM in an OLE containerstatic MediaTypePOIFSContainerDetector. ESRI_LAYERstatic MediaTypePOIFSContainerDetector. GENERAL_EMBEDDEDGeneral embedded document type within an OLE2 containerstatic MediaTypePOIFSContainerDetector. MPPMicrosoft Projectstatic MediaTypePOIFSContainerDetector. MS_EQUATIONEquation embedded in Office docsstatic MediaTypePOIFSContainerDetector. MS_GRAPH_CHARTGraph/Charts embedded in PowerPoint and Excelstatic MediaTypePOIFSContainerDetector. MSGMicrosoft Outlookstatic MediaTypePOIFSContainerDetector. OLEThe OLE base file formatstatic MediaTypePOIFSContainerDetector. OLE10_NATIVEAn OLE10 Native embedded document within another OLE2 documentstatic MediaTypePOIFSContainerDetector. OOXML_PROTECTEDThe protected OOXML base file formatstatic MediaTypePOIFSContainerDetector. PPTMicrosoft PowerPointstatic MediaTypePOIFSContainerDetector. PUBMicrosoft Publisherstatic MediaTypePOIFSContainerDetector. SDAStarOffice Drawstatic MediaTypePOIFSContainerDetector. SDCStarOffice Calcstatic MediaTypePOIFSContainerDetector. SDDStarOffice Impressstatic MediaTypePOIFSContainerDetector. SDWStarOffice Writerstatic MediaTypePOIFSContainerDetector. SLDWORKSSolidWorks CAD filestatic MediaTypePOIFSContainerDetector. VSDMicrosoft Visiostatic MediaTypePOIFSContainerDetector. WPSMicrosoft Worksstatic MediaTypePOIFSContainerDetector. XLRMicrosoft Works Spreadsheet 7.0static MediaTypePOIFSContainerDetector. XLSMicrosoft ExcelMethods in org.apache.tika.detect.microsoft that return MediaType Modifier and Type Method Description MediaTypePOIFSContainerDetector. detect(InputStream input, Metadata metadata)static MediaTypePOIFSContainerDetector. detect(Set<String> names)Deprecated.UsePOIFSContainerDetector.detect(Set, DirectoryEntry)and pass the root entry of the filesystem whose type is to be detected, as a second argument.static MediaTypePOIFSContainerDetector. detect(Set<String> names, 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 MediaType Modifier and Type Method Description MediaTypeOPCPackageDetector. 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 PackageMediaTypeOPCPackageDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeOPCPackageDetector. 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 MediaType Modifier and Type Field Description static MediaTypeMiscOLEDetector. HWPHangul Word Processor (Korean)static MediaTypeMiscOLEDetector. OLEThe OLE base file formatstatic MediaTypeMiscOLEDetector. QUATTROPROBase QuattroPro mimeMethods in org.apache.tika.detect.ole that return MediaType Modifier and Type Method Description MediaTypeMiscOLEDetector. detect(InputStream input, Metadata metadata)protected static MediaTypeMiscOLEDetector. detect(Set<String> names)Deprecated.UseMiscOLEDetector.detect(Set, DirectoryEntry)and pass the root entry of the filesystem whose type is to be detected, as a second argument.protected static MediaTypeMiscOLEDetector. detect(Set<String> names, 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.siegfried
Methods in org.apache.tika.detect.siegfried that return MediaType Modifier and Type Method Description MediaTypeSiegfriedDetector. 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 MediaType Modifier and Type Field Description static MediaTypePackageConstants. ARstatic MediaTypePackageConstants. ARJstatic MediaTypeCompressorConstants. BROTLIstatic MediaTypeCompressorConstants. BZIPstatic MediaTypeCompressorConstants. BZIP2static MediaTypeCompressorConstants. COMPRESSstatic MediaTypePackageConstants. CPIOstatic MediaTypeCompressorConstants. DEFLATE64static MediaTypePackageConstants. DUMPstatic MediaTypePackageConstants. GTARstatic MediaTypeCompressorConstants. GZIPstatic MediaTypeCompressorConstants. GZIP_ALTstatic MediaTypePackageConstants. JARstatic MediaTypePackageConstants. KMZstatic MediaTypeCompressorConstants. LZ4_BLOCKstatic MediaTypeCompressorConstants. LZ4_FRAMEDstatic MediaTypeCompressorConstants. LZMAstatic MediaTypeCompressorConstants. PACKstatic MediaTypePackageConstants. SEVENZstatic MediaTypeCompressorConstants. SNAPPY_FRAMEDstatic MediaTypeCompressorConstants. SNAPPY_RAWstatic MediaTypePackageConstants. TARstatic MediaTypePackageConstants. TIKA_OOXMLstatic MediaTypeCompressorConstants. XZstatic MediaTypePackageConstants. ZIPstatic MediaTypeCompressorConstants. ZLIBstatic MediaTypeCompressorConstants. ZSTDMethods in org.apache.tika.detect.zip that return MediaType Modifier and Type Method Description MediaTypeDefaultZipContainerDetector. detect(InputStream input, Metadata metadata)MediaTypeDeprecatedStreamingZipContainerDetector. detect(InputStream is, Metadata metadata)MediaTypeFrictionlessPackageDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeIPADetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeJarDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeKMZDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeOpenDocumentDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeStarOfficeDetector. detect(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis)MediaTypeStreamingZipContainerDetector. detect(InputStream input, Metadata metadata)MediaTypeZipContainerDetector. 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)MediaTypeFrictionlessPackageDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeIPADetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeJarDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeKMZDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeOpenDocumentDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeStarOfficeDetector. streamingDetectFinal(StreamingDetectContext detectContext)MediaTypeZipContainerDetector. streamingDetectFinal(StreamingDetectContext detectContext)After we've finished streaming the zip archive entries, a detector may make a final decision.MediaTypeFrictionlessPackageDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeIPADetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeJarDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeKMZDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeOpenDocumentDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeStarOfficeDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)MediaTypeZipContainerDetector. 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 MediaType Modifier and Type Field Description static Set<MediaType>DL4JVGG16Net. SUPPORTED_MIMESMethods in org.apache.tika.dl.imagerec that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DL4JInceptionV3Net. getSupportedMimes()Set<MediaType>DL4JVGG16Net. getSupportedMimes() -
Uses of MediaType in org.apache.tika.embedder
Methods in org.apache.tika.embedder that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>Embedder. getSupportedEmbedTypes(ParseContext context)Returns the set of media types supported by this embedder when used with the given parse context.Set<MediaType>ExternalEmbedder. getSupportedEmbedTypes()Set<MediaType>ExternalEmbedder. getSupportedEmbedTypes(ParseContext context)Method parameters in org.apache.tika.embedder with type arguments of type MediaType Modifier and Type Method Description voidExternalEmbedder. setSupportedEmbedTypes(Set<MediaType> supportedEmbedTypes) -
Uses of MediaType in org.apache.tika.example
Methods in org.apache.tika.example that return MediaType Modifier and Type Method Description MediaTypeEncryptedPrescriptionDetector. detect(InputStream stream, Metadata metadata)Methods in org.apache.tika.example that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DirListParser. getSupportedTypes(ParseContext context)Set<MediaType>EncryptedPrescriptionParser. getSupportedTypes(ParseContext context)Set<MediaType>PrescriptionParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.extractor
Methods in org.apache.tika.extractor with parameters of type MediaType Modifier and Type Method Description voidEmbeddedResourceHandler. 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 Modifier and Type Method Description Set<MediaType>ForkParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.fuzzing
Methods in org.apache.tika.fuzzing that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>AutoDetectTransformer. getSupportedTypes()Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>ByteDeleter. getSupportedTypes()Set<MediaType>ByteFlipper. getSupportedTypes()Set<MediaType>ByteInjector. getSupportedTypes()Set<MediaType>GeneralTransformer. getSupportedTypes()Set<MediaType>SpanSwapper. getSupportedTypes()Set<MediaType>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 Modifier and Type Method Description Set<MediaType>PDFTransformer. getSupportedTypes() -
Uses of MediaType in org.apache.tika.mime
Fields in org.apache.tika.mime declared as MediaType Modifier and Type Field Description static MediaTypeMediaType. APPLICATION_XMLstatic MediaTypeMediaType. APPLICATION_ZIPstatic MediaTypeMediaType. EMPTYstatic MediaTypeMediaType. OCTET_STREAMstatic MediaTypeMediaType. TEXT_HTMLstatic MediaTypeMediaType. TEXT_PLAINMethods in org.apache.tika.mime that return MediaType Modifier and Type Method Description static MediaTypeMediaType. application(String type)static MediaTypeMediaType. audio(String type)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.MediaTypeProbabilisticMimeDetectionSelector. detect(InputStream input, Metadata metadata)MediaTypeMediaType. getBaseType()Returns the base form of the MediaType, excluding any parameters, such as "text/plain" for "text/plain; charset=utf-8"MediaTypeMediaTypeRegistry. getSupertype(MediaType type)Returns the supertype of the given type.MediaTypeMimeType. getType()Returns the normalized media type name.static MediaTypeMediaType. image(String type)MediaTypeMediaTypeRegistry. normalize(MediaType type)static MediaTypeMediaType. parse(String string)Parses the given string to a media type.static MediaTypeMediaType. text(String type)static MediaTypeMediaType. video(String type)Methods in org.apache.tika.mime that return types with arguments of type MediaType Modifier and Type Method Description SortedSet<MediaType>MediaTypeRegistry. getAliases(MediaType type)Returns the set of known aliases of the given canonical media type.SortedSet<MediaType>MediaTypeRegistry. getChildTypes(MediaType type)Returns the set of known children of the given canonical media typeSortedSet<MediaType>MediaTypeRegistry. getTypes()Returns the set of all known canonical media types.static Set<MediaType>MediaType. set(String... types)Convenience method that parses the given media type strings and returns an unmodifiable set that contains all the parsed types.static Set<MediaType>MediaType. set(MediaType... 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 MediaType Modifier and Type Method Description voidMediaTypeRegistry. addAlias(MediaType type, MediaType alias)voidMediaTypeRegistry. addSuperType(MediaType type, MediaType supertype)voidMediaTypeRegistry. addType(MediaType type)intMediaType. compareTo(MediaType that)SortedSet<MediaType>MediaTypeRegistry. getAliases(MediaType type)Returns the set of known aliases of the given canonical media type.SortedSet<MediaType>MediaTypeRegistry. getChildTypes(MediaType type)Returns the set of known children of the given canonical media typeMediaTypeMediaTypeRegistry. 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.MediaTypeMediaTypeRegistry. normalize(MediaType type)static Set<MediaType>MediaType. set(MediaType... types)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 MediaType Constructor Description MediaType(MediaType type, String name, String value)Creates a media type by adding a parameter to a base type.MediaType(MediaType type, Charset charset)Creates a media type by adding the "charset" parameter to a base type.MediaType(MediaType type, Map<String,String> parameters) -
Uses of MediaType in org.apache.tika.parser
Methods in org.apache.tika.parser that return types with arguments of type MediaType Modifier and Type Method Description Map<MediaType,List<Parser>>CompositeParser. 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.Map<MediaType,Parser>CompositeParser. getParsers()Returns the component parsers.Map<MediaType,Parser>CompositeParser. getParsers(ParseContext context)Map<MediaType,Parser>DefaultParser. getParsers(ParseContext context)Set<MediaType>CompositeParser. getSupportedTypes(ParseContext context)Set<MediaType>CryptoParser. getSupportedTypes(ParseContext context)Set<MediaType>DelegatingParser. getSupportedTypes(ParseContext context)Set<MediaType>EmptyParser. getSupportedTypes(ParseContext context)Set<MediaType>ErrorParser. getSupportedTypes(ParseContext context)Set<MediaType>NetworkParser. getSupportedTypes(ParseContext context)Set<MediaType>Parser. getSupportedTypes(ParseContext context)Returns the set of media types supported by this parser when used with the given parse context.Set<MediaType>ParserDecorator. getSupportedTypes(ParseContext context)Delegates the method call to the decorated parser.Set<MediaType>RecursiveParserWrapper. getSupportedTypes(ParseContext context)Set<MediaType>RegexCaptureParser. getSupportedTypes(ParseContext context)Method parameters in org.apache.tika.parser with type arguments of type MediaType Modifier and Type Method Description voidCompositeParser. setParsers(Map<MediaType,Parser> parsers)Sets the component parsers.static ParserParserDecorator. withFallbacks(Collection<? extends Parser> parsers, Set<MediaType> types)Deprecated.This has been replaced byFallbackParserstatic 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 ParserParserDecorator. withTypes(Parser parser, Set<MediaType> types)Decorates 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 MediaType Constructor Description CryptoParser(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 MediaType Modifier and Type Method Description Set<MediaType>AppleSingleFileParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>ClassParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.audio
Methods in org.apache.tika.parser.audio that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>AudioParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>TensorflowRESTCaptioner. getSupportedMimes() -
Uses of MediaType in org.apache.tika.parser.code
Methods in org.apache.tika.parser.code that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>SourceCodeParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.crypto
Methods in org.apache.tika.parser.crypto that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>Pkcs7Parser. getSupportedTypes(ParseContext context)Set<MediaType>TSDParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.csv
Methods in org.apache.tika.parser.csv that return MediaType Modifier and Type Method Description MediaTypeCSVParams. getMediaType()MediaTypeCSVResult. getMediaType()Methods in org.apache.tika.parser.csv that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>TextAndCSVParser. getSupportedTypes(ParseContext context)Methods in org.apache.tika.parser.csv with parameters of type MediaType Modifier and Type Method Description voidCSVParams. setMediaType(MediaType mediaType)Constructors in org.apache.tika.parser.csv with parameters of type MediaType Constructor Description CSVResult(double confidence, MediaType mediaType, Character delimiter) -
Uses of MediaType in org.apache.tika.parser.dbf
Methods in org.apache.tika.parser.dbf that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DBFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.dgn
Methods in org.apache.tika.parser.dgn that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DGN8Parser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.dif
Methods in org.apache.tika.parser.dif that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DIFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.dwg
Methods in org.apache.tika.parser.dwg that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>DWGParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>EnviHeaderParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.epub
Methods in org.apache.tika.parser.epub that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>EpubContentParser. getSupportedTypes(ParseContext context)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>ExecutableParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.external
Methods in org.apache.tika.parser.external that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>ExternalParser. getSupportedTypes()Set<MediaType>ExternalParser. getSupportedTypes(ParseContext context)Method parameters in org.apache.tika.parser.external with type arguments of type MediaType Modifier and Type Method Description voidExternalParser. 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 Modifier and Type Method Description Set<MediaType>ExternalParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.feed
Methods in org.apache.tika.parser.feed that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>FeedParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.font
Methods in org.apache.tika.parser.font that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>AdobeFontMetricParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>GDALParser. getSupportedTypes(ParseContext context) -
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 Modifier and Type Method Description Set<MediaType>GeoParser. getSupportedTypes(ParseContext parseContext) -
Uses of MediaType in org.apache.tika.parser.geoinfo
Methods in org.apache.tika.parser.geoinfo that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>GeographicInformationParser. getSupportedTypes(ParseContext parseContext) -
Uses of MediaType in org.apache.tika.parser.grib
Methods in org.apache.tika.parser.grib that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>GribParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.hdf
Methods in org.apache.tika.parser.hdf that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>HDFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.html
Methods in org.apache.tika.parser.html that return MediaType Modifier and Type Method Description MediaTypeDataURIScheme. getMediaType()Methods in org.apache.tika.parser.html that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>HtmlParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.http
Methods in org.apache.tika.parser.http that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>HttpParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.hwp
Methods in org.apache.tika.parser.hwp that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>HwpV5Parser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.image
Methods in org.apache.tika.parser.image that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>BPGParser. getSupportedTypes(ParseContext context)Set<MediaType>HeifParser. getSupportedTypes(ParseContext context)Set<MediaType>ICNSParser. getSupportedTypes(ParseContext context)Set<MediaType>ImageParser. getSupportedTypes(ParseContext context)Set<MediaType>JpegParser. getSupportedTypes(ParseContext context)Set<MediaType>JXLParser. getSupportedTypes(ParseContext context)Set<MediaType>PSDParser. getSupportedTypes(ParseContext context)Set<MediaType>TiffParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>IDMLParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.iptc
Methods in org.apache.tika.parser.iptc that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>IptcAnpaParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.isatab
Methods in org.apache.tika.parser.isatab that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>ISArchiveParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.iwork
Methods in org.apache.tika.parser.iwork that return MediaType Modifier and Type Method Description MediaTypeIWorkPackageParser.IWORKDocumentType. getType()Methods in org.apache.tika.parser.iwork that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>IWorkPackageParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.iwork.iwana
Methods in org.apache.tika.parser.iwork.iwana that return MediaType Modifier and Type Method Description static 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)MediaTypeIWork13PackageParser.IWork13DocumentType. getType()MediaTypeIWork18PackageParser.IWork18DocumentType. getType()Methods in org.apache.tika.parser.iwork.iwana that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>IWork13PackageParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>AbstractDBParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.journal
Methods in org.apache.tika.parser.journal that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>JournalParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mail
Methods in org.apache.tika.parser.mail that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>RFC822Parser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mat
Methods in org.apache.tika.parser.mat that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>MatParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mbox
Methods in org.apache.tika.parser.mbox that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>MboxParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft that return MediaType Modifier and Type Method Description MediaTypeOfficeParser.POIFSDocumentType. getType()Methods in org.apache.tika.parser.microsoft that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>EMFParser. getSupportedTypes(ParseContext context)Set<MediaType>JackcessParser. getSupportedTypes(ParseContext context)Set<MediaType>MSOwnerFileParser. getSupportedTypes(ParseContext context)Set<MediaType>OfficeParser. getSupportedTypes(ParseContext context)Set<MediaType>OldExcelParser. getSupportedTypes(ParseContext context)Set<MediaType>TNEFParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>ActiveMimeParser. getSupportedTypes(ParseContext context) -
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 Modifier and Type Method Description Set<MediaType>ChmParser. getSupportedTypes(ParseContext context) -
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 Modifier and Type Method Description Set<MediaType>OneNoteParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.microsoft.ooxml
Fields in org.apache.tika.parser.microsoft.ooxml declared as MediaType Modifier and Type Field Description protected static MediaTypeOOXMLParser. XPSFields in org.apache.tika.parser.microsoft.ooxml with type parameters of type MediaType Modifier and Type Field Description protected static Set<MediaType>OOXMLParser. SUPPORTED_TYPESprotected static Set<MediaType>OOXMLParser. 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 Modifier and Type Method Description Set<MediaType>OOXMLParser. getSupportedTypes(ParseContext context) -
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 MediaType Modifier and Type Field Description protected static Set<MediaType>Word2006MLParser. SUPPORTED_TYPESMethods in org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006 that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>Word2006MLParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.microsoft.pst
Fields in org.apache.tika.parser.microsoft.pst declared as MediaType Modifier and Type Field Description static MediaTypeOutlookPSTParser. MS_OUTLOOK_PST_MIMETYPEMethods in org.apache.tika.parser.microsoft.pst that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>OutlookPSTParser. 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 Modifier and Type Method Description Set<MediaType>RTFParser. getSupportedTypes(ParseContext context) -
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 MediaType Modifier and Type Method Description Set<MediaType>SpreadsheetMLParser. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>MIFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mp3
Methods in org.apache.tika.parser.mp3 that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>Mp3Parser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.mp4
Methods in org.apache.tika.parser.mp4 that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>MP4Parser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.multiple
Methods in org.apache.tika.parser.multiple that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>AbstractMultipleParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.ner
Fields in org.apache.tika.parser.ner with type parameters of type MediaType Modifier and Type Field Description static Set<MediaType>NamedEntityParser. MEDIA_TYPESMethods in org.apache.tika.parser.ner that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>NamedEntityParser. getSupportedTypes(ParseContext parseContext) -
Uses of MediaType in org.apache.tika.parser.netcdf
Methods in org.apache.tika.parser.netcdf that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>NetCDFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.ocr
Methods in org.apache.tika.parser.ocr that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>TesseractOCRParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.odf
Methods in org.apache.tika.parser.odf that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>FlatOpenDocumentParser. getSupportedTypes(ParseContext context)Set<MediaType>OpenDocumentContentParser. getSupportedTypes(ParseContext context)Set<MediaType>OpenDocumentParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.pdf
Fields in org.apache.tika.parser.pdf declared as MediaType Modifier and Type Field Description static MediaTypePDFParser. MEDIA_TYPEMethods in org.apache.tika.parser.pdf that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>PDFParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.pkg
Methods in org.apache.tika.parser.pkg that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>CompressorParser. getSupportedTypes(ParseContext context)Set<MediaType>PackageParser. getSupportedTypes(ParseContext context)Set<MediaType>RarParser. getSupportedTypes(ParseContext arg0)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>PooledTimeSeriesParser. 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 Modifier and Type Method Description Set<MediaType>PRTParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.recognition
Methods in org.apache.tika.parser.recognition that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>ObjectRecogniser. getSupportedMimes()The mimes supported by this recogniserSet<MediaType>AgeRecogniser. getSupportedTypes(ParseContext parseContext)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>TensorflowImageRecParser. getSupportedMimes()Set<MediaType>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 Modifier and Type Method Description Set<MediaType>SAS7BDATParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.sentiment
Methods in org.apache.tika.parser.sentiment that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>SentimentAnalysisParser. 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 MediaType Modifier and Type Method Description Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>Latin1StringsParser. getSupportedTypes(ParseContext arg0)Set<MediaType>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 Modifier and Type Method Description Set<MediaType>TMXParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.transcribe.aws
Fields in org.apache.tika.parser.transcribe.aws with type parameters of type MediaType Modifier and Type Field Description protected static Set<MediaType>AmazonTranscribe. SUPPORTED_TYPESMethods in org.apache.tika.parser.transcribe.aws that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>AmazonTranscribe. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.txt
Methods in org.apache.tika.parser.txt that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>TXTParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.video
Methods in org.apache.tika.parser.video that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>FLVParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.wacz
Methods in org.apache.tika.parser.wacz that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>WACZParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.warc
Methods in org.apache.tika.parser.warc that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>WARCParser. getSupportedTypes(ParseContext context) -
Uses of MediaType in org.apache.tika.parser.wordperfect
Fields in org.apache.tika.parser.wordperfect declared as MediaType Modifier and Type Field Description static MediaTypeQuattroProParser. QP_7_8static MediaTypeQuattroProParser. QP_9Methods in org.apache.tika.parser.wordperfect that return types with arguments of type MediaType Modifier and Type Method Description Set<MediaType>QuattroProParser. getSupportedTypes(ParseContext context)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>XLIFF12Parser. getSupportedTypes(ParseContext context)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>FictionBookParser. getSupportedTypes(ParseContext context)Set<MediaType>XMLParser. getSupportedTypes(ParseContext context)Set<MediaType>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 MediaType Modifier and Type Method Description Set<MediaType>CompositeRenderer. getSupportedTypes(ParseContext context)Set<MediaType>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 Modifier and Type Method Description RendererCompositeRenderer. getLeafRenderer(MediaType mt) -
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 Modifier and Type Method Description Set<MediaType>MuPDFRenderer. getSupportedTypes(ParseContext context) -
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 Modifier and Type Method Description Set<MediaType>PDFBoxRenderer. getSupportedTypes(ParseContext context)
-