Serialized Form
Package org.apache.tika.detect |
serialVersionUID: 5980683158436430252L
registry
MediaTypeRegistry registry
detectors
java.util.List<E> detectors
fallbackDetector
Detector fallbackDetector
- Deprecated.
defaultDetector
Detector defaultDetector
- Deprecated.
serialVersionUID: -8170114575326908027L
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.
serialVersionUID: 4774601079503507765L
Package org.apache.tika.exception |
Package org.apache.tika.extractor |
serialVersionUID: 2261131045580861514L
parser
Parser parser
detector
Detector detector
Package org.apache.tika.fork |
serialVersionUID: -4962742892274663950L
loader
java.lang.ClassLoader loader
parser
Parser parser
java
java.lang.String java
- Java command line
poolSize
int poolSize
- Process pool size
currentlyInUse
int currentlyInUse
pool
java.util.Queue<E> pool
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
layout
java.awt.CardLayout layout
- The card layout for switching between different views.
cards
javax.swing.JPanel cards
- Container for the editor cards.
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.
chooser
javax.swing.JFileChooser chooser
- File chooser.
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 |
serialVersionUID: 5623926545693153182L
metadata
java.util.Map<K,V> metadata
- A map of all metadata attributes.
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: 4710974869988895410L
registry
java.util.Map<K,V> registry
- Registry of known media types, including type aliases. A canonical
media type is handled as an identity mapping, while an alias is stored
as a mapping from the alias to the corresponding canonical type.
inheritance
java.util.Map<K,V> inheritance
- Known type inheritance relationships. The mapping is from a media type
to the closest supertype.
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
extensions
java.util.List<E> extensions
- All known file extensions of this type, in order of preference
(best first).
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: 7186985395903074255L
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: -3507995752666557731L
transformation
java.lang.String transformation
provider
java.security.Provider provider
types
java.util.Set<E> types
serialVersionUID: 3612324825403757520L
serialVersionUID: -4218649699095732123L
supportedTypes
java.util.Set<E> supportedTypes
- Deprecated.
- Media types supported by the external program.
command
java.lang.String command
- Deprecated.
- The external command to invoke.
- See Also:
Runtime.exec(String)
uri
java.net.URI uri
supportedTypes
java.util.Set<E> supportedTypes
serialVersionUID: -5921436862145826534L
context
java.util.Map<K,V> context
- Map of objects in this 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.chm |
serialVersionUID: 5938777307516469802L
Package org.apache.tika.parser.chm.accessor |
serialVersionUID: 2215291838533213826L
signature
byte[] signature
version
int version
header_len
int header_len
unknown_000c
int unknown_000c
last_modified
long last_modified
lang_id
long lang_id
dir_uuid
byte[] dir_uuid
stream_uuid
byte[] stream_uuid
unknown_offset
long unknown_offset
unknown_len
long unknown_len
dir_offset
long dir_offset
dir_len
long dir_len
data_offset
long data_offset
dataRemained
int dataRemained
currentPlace
int currentPlace
serialVersionUID: 1962394421998181341L
signature
byte[] signature
version
int version
header_len
int header_len
unknown_000c
int unknown_000c
block_len
long block_len
blockidx_intvl
int blockidx_intvl
index_depth
int index_depth
index_root
int index_root
index_head
int index_head
unknown_0024
int unknown_0024
num_blocks
long num_blocks
unknown_002c
int unknown_002c
lang_id
long lang_id
system_uuid
byte[] system_uuid
unknown_0044
byte[] unknown_0044
dataRemained
int dataRemained
currentPlace
int currentPlace
serialVersionUID: -7897854774939631565L
size
long size
signature
byte[] signature
version
long version
resetInterval
long resetInterval
windowSize
long windowSize
windowsPerReset
long windowsPerReset
unknown_18
long unknown_18
dataRemained
int dataRemained
currentPlace
int currentPlace
serialVersionUID: -8209574429411707460L
version
long version
block_count
long block_count
unknown
long unknown
table_offset
long table_offset
uncompressed_len
long uncompressed_len
compressed_len
long compressed_len
block_len
long block_len
block_address
long[] block_address
dataRemained
int dataRemained
currentPlace
int currentPlace
serialVersionUID: -2092282339894303701L
signature
byte[] signature
free_space
long free_space
dataRemained
int dataRemained
currentPlace
int currentPlace
serialVersionUID: -6139486487475923593L
signature
byte[] signature
free_space
long free_space
unknown_0008
long unknown_0008
block_prev
int block_prev
block_next
int block_next
dataRemained
int dataRemained
currentPlace
int currentPlace
Package org.apache.tika.parser.chm.exception |
serialVersionUID: 6497936044733665210L
Package org.apache.tika.parser.dwg |
Package org.apache.tika.parser.epub |
meta
Parser meta
content
Parser content
Package org.apache.tika.parser.external |
serialVersionUID: 6962436916649024024L
serialVersionUID: -1079128990650687037L
supportedTypes
java.util.Set<E> supportedTypes
- Media types supported by the external program.
metadataPatterns
java.util.Map<K,V> metadataPatterns
- Regular Expressions to run over STDOUT to
extract Metadata.
command
java.lang.String[] command
- The external command to invoke.
- See Also:
Runtime.exec(String[])
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 |
serialVersionUID: -2160322853809682372L
Package org.apache.tika.parser.jpeg |
Package org.apache.tika.parser.mail |
Package org.apache.tika.parser.mbox |
serialVersionUID: -1762689436731160661L
Package org.apache.tika.parser.microsoft |
serialVersionUID: 7393462244028653479L
serialVersionUID: -3028021741663605293L
serialVersionUID: 4611820730372823452L
Package org.apache.tika.parser.microsoft.ooxml |
serialVersionUID: 6535995710857776481L
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 |
serialVersionUID: -8739250869531737584L
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 |
serialVersionUID: 2891763938430295453L
Package org.apache.tika.parser.prt |
serialVersionUID: 4659638314375035178L
Package org.apache.tika.parser.rtf |
Package org.apache.tika.parser.txt |
Package org.apache.tika.parser.video |
Package org.apache.tika.parser.xml |
serialVersionUID: 4195954546491524374L
Package org.apache.tika.sax |
tag
java.lang.Object tag
- The object reference used to tag the exception.
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.