Package org.apache.tika.utils
Class ParserUtils
java.lang.Object
org.apache.tika.utils.ParserUtils
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Helper util methods for Parsers themselves.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataDeprecated.Does a deep clone of a Metadata object.static StringgetParserClassname(Parser parser) Deprecated.Identifies the real class name of theParser, unwrapping anyParserDecoratordecorations on top of it.static voidrecordParserDetails(Parser parser, Metadata metadata) Deprecated.static voidrecordParserFailure(Parser parser, Throwable failure, Metadata metadata)
-
Field Details
-
X_PARSED_BY
Deprecated.- See Also:
-
EMBEDDED_PARSER
Deprecated. -
EMBEDDED_EXCEPTION
Deprecated.
-
-
Constructor Details
-
ParserUtils
public ParserUtils()Deprecated.
-
-
Method Details
-
cloneMetadata
Deprecated.Does a deep clone of a Metadata object. -
getParserClassname
Deprecated.Identifies the real class name of theParser, unwrapping anyParserDecoratordecorations on top of it. -
recordParserDetails
Deprecated. -
recordParserFailure
Deprecated.
-