public class OutlookExtractor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OutlookExtractor.RECIPIENT_TYPE |
Constructor and Description |
---|
OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root,
Metadata parentMetadata,
ParseContext context) |
OutlookExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem filesystem,
Metadata parentMetadata,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
addEvenIfNull(Property property,
java.lang.String value,
Metadata metadata) |
static java.lang.String |
getMessageClass(java.lang.String messageClass) |
void |
parse(XHTMLContentHandler xhtml,
Metadata metadata) |
public OutlookExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem filesystem, Metadata parentMetadata, ParseContext context) throws TikaException
TikaException
public OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root, Metadata parentMetadata, ParseContext context) throws TikaException
TikaException
public void parse(XHTMLContentHandler xhtml, Metadata metadata) throws TikaException, org.xml.sax.SAXException, java.io.IOException
TikaException
org.xml.sax.SAXException
java.io.IOException
public static void addEvenIfNull(Property property, java.lang.String value, Metadata metadata)
public static java.lang.String getMessageClass(java.lang.String messageClass)
Copyright © 2010 - 2023 Adobe. All Rights Reserved