Serialized Form
Package org.apache.tika.detect |
serialVersionUID: 5980683158436430252L
registry
MediaTypeRegistry registry
detectors
java.util.List<E> detectors
fallbackDetector
Detector fallbackDetector
zipDetector
ZipContainerDetector zipDetector
poifsDetector
POIFSContainerDetector poifsDetector
type
MediaType type
- The matching media type. Returned by the
MagicDetector.detect(InputStream, Metadata)
method if a match is found.
length
int length
- Length of the comparison window. All the byte arrays here are this long.
pattern
byte[] pattern
- The magic match pattern. If this byte pattern is equal to the
possibly bit-masked bytes from the input stream, then the type
detection succeeds and the configured
MagicDetector.type
is returned.
mask
byte[] mask
- Bit mask that is applied to the source bytes before pattern matching.
offsetRangeBegin
int offsetRangeBegin
- First offset (inclusive) of the comparison window within the
document input stream. Greater than or equal to zero.
offsetRangeEnd
int offsetRangeEnd
- Last offset (inclusive) of the comparison window within the document
input stream. Greater than or equal to the
first offset
.
Note that this is not the offset of the last byte read from
the document stream. Instead, the last window of bytes to be compared
starts at this offset.
asString
java.lang.String asString
patterns
java.util.Map<K,V> patterns
- The regular expression patterns used for type detection.
Package org.apache.tika.exception |
Package org.apache.tika.extractor |
serialVersionUID: 2261131045580861514L
parser
Parser parser
detector
Detector detector
Package org.apache.tika.fork |
loader
java.lang.ClassLoader loader
pool
java.util.Queue<E> pool
poolSize
int poolSize
Package org.apache.tika.gui |
serialVersionUID: 5883906936187059495L
context
ParseContext context
- Parsing context.
parser
Parser parser
- Configured parser instance.
imageParser
org.apache.tika.gui.TikaGUI.ImageSavingParser imageParser
- Captures requested embedded images
tabs
javax.swing.JTabbedPane tabs
- Tabs in the Tika GUI window.
html
javax.swing.JEditorPane html
- Formatted XHTML output.
text
javax.swing.JEditorPane text
- Plain text output.
textMain
javax.swing.JEditorPane textMain
- Main content output.
xml
javax.swing.JEditorPane xml
- Raw XHTML source.
metadata
javax.swing.JEditorPane metadata
- Document metadata.
errors
javax.swing.JEditorPane errors
- Parsing errors.
Package org.apache.tika.io |
serialVersionUID: 1L
tag
java.lang.Object tag
- The object reference used to tag the exception.
Package org.apache.tika.metadata |
Package org.apache.tika.mime |
serialVersionUID: -3831000556189036392L
type
java.lang.String type
subtype
java.lang.String subtype
parameters
java.util.SortedMap<K,V> parameters
- Immutable map of media type parameters.
serialVersionUID: 4357830439860729201L
type
MediaType type
- The normalized media type name.
description
java.lang.String description
- Description of this media type.
magics
java.util.ArrayList<E> magics
- The magics associated to this Mime-Type
rootXML
java.util.ArrayList<E> rootXML
- The root-XML associated to this Mime-Type
minLength
int minLength
- The minimum length of data to provides for magic analyzis
serialVersionUID: -1350863170146349036L
rootMimeType
MimeType rootMimeType
- Root type, application/octet-stream.
textMimeType
MimeType textMimeType
- Text type, text/plain.
xmlMimeType
MimeType xmlMimeType
registry
MediaTypeRegistry registry
- Registered media types and their aliases.
types
java.util.Map<K,V> types
- All the registered MimeTypes indexed on their canonical names
patterns
org.apache.tika.mime.Patterns patterns
- The patterns matcher
magics
java.util.SortedSet<E> magics
- List of all registered magics
xmls
java.util.SortedSet<E> xmls
- List of all registered rootXML
Package org.apache.tika.parser |
serialVersionUID: 6110455808615143122L
detector
Detector detector
- The type detector used by this parser to auto-detect the type
of a document.
serialVersionUID: 2192845797749627824L
registry
MediaTypeRegistry registry
- Media type registry.
parsers
java.util.List<E> parsers
- List of component parsers.
fallback
Parser fallback
- The fallback parser, used when no better parser is available.
serialVersionUID: 3612324825403757520L
serialVersionUID: -4218649699095732123L
supportedTypes
java.util.Set<E> supportedTypes
- Media types supported by the external program.
command
java.lang.String command
- The external command to invoke.
- See Also:
Runtime.exec(String)
serialVersionUID: -5921436862145826534L
context
java.util.Map<K,V> context
serialVersionUID: -3861669115439125268L
parser
Parser parser
- The decorated parser instance.
Package org.apache.tika.parser.asm |
Package org.apache.tika.parser.audio |
Package org.apache.tika.parser.dwg |
Package org.apache.tika.parser.epub |
meta
Parser meta
content
Parser content
Package org.apache.tika.parser.feed |
Package org.apache.tika.parser.font |
Package org.apache.tika.parser.hdf |
Package org.apache.tika.parser.html |
Package org.apache.tika.parser.image |
Package org.apache.tika.parser.iwork |
Package org.apache.tika.parser.jpeg |
Package org.apache.tika.parser.mbox |
Package org.apache.tika.parser.microsoft |
serialVersionUID: 7393462244028653479L
Package org.apache.tika.parser.microsoft.ooxml |
Package org.apache.tika.parser.mp3 |
Package org.apache.tika.parser.netcdf |
SUPPORTED_TYPES
java.util.Set<E> SUPPORTED_TYPES
Package org.apache.tika.parser.odf |
meta
Parser meta
content
Parser content
Package org.apache.tika.parser.opendocument |
Package org.apache.tika.parser.pdf |
serialVersionUID: -752276948656079347L
Package org.apache.tika.parser.pkg |
Package org.apache.tika.parser.rtf |
Package org.apache.tika.parser.txt |
Package org.apache.tika.parser.video |
Package org.apache.tika.parser.xml |
Package org.apache.tika.sax |
tag
java.lang.Object tag
- The object reference used to tag the exception.
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.