Package org.apache.tika.parser.microsoft
Class OutlookExtractor
java.lang.Object
org.apache.tika.parser.microsoft.OutlookExtractor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Outlook Message Parser.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOutlookExtractor(DirectoryNode root, Metadata parentMetadata, ParseContext context) Deprecated.OutlookExtractor(POIFSFileSystem filesystem, Metadata parentMetadata, ParseContext context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEvenIfNull(Property property, String value, Metadata metadata) Deprecated.static StringgetMessageClass(String messageClass) Deprecated.voidparse(XHTMLContentHandler xhtml, Metadata metadata) Deprecated.
-
Constructor Details
-
OutlookExtractor
public OutlookExtractor(POIFSFileSystem filesystem, Metadata parentMetadata, ParseContext context) throws TikaException Deprecated.- Throws:
TikaException
-
OutlookExtractor
public OutlookExtractor(DirectoryNode root, Metadata parentMetadata, ParseContext context) throws TikaException Deprecated.- Throws:
TikaException
-
-
Method Details
-
parse
public void parse(XHTMLContentHandler xhtml, Metadata metadata) throws TikaException, SAXException, IOException Deprecated.- Throws:
TikaExceptionSAXExceptionIOException
-
addEvenIfNull
Deprecated. -
getMessageClass
Deprecated.
-