Package org.apache.tika.parser
Class ParseRecord
java.lang.Object
org.apache.tika.parser.ParseRecord
Use this class to store exceptions, warnings and other information
during the parse. This information is added to the parent's metadata
after the parse by the
CompositeParser
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addMetadata
(Metadata metadata) void
addWarning
(String msg) int
getDepth()
String[]
boolean
void
setWriteLimitReached
(boolean writeLimitReached)
-
Constructor Details
-
ParseRecord
public ParseRecord()
-
-
Method Details
-
getDepth
public int getDepth() -
getParsers
-
addException
-
addWarning
-
addMetadata
-
setWriteLimitReached
public void setWriteLimitReached(boolean writeLimitReached) -
getExceptions
-
getWarnings
-
isWriteLimitReached
public boolean isWriteLimitReached() -
getMetadataList
-