public class OutlookExtractor extends Object
| Constructor and Description |
|---|
OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context) |
OutlookExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Detector |
getDetector() |
protected MimeTypes |
getMimeTypes() |
protected String |
getPassword()
Returns the password to be used for this file, or null
if no / default password should be used
|
protected TikaConfig |
getTikaConfig() |
protected void |
handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
XHTMLContentHandler xhtml)
Handle an office document that's embedded at the POIFS level
|
protected void |
handleEmbeddedResource(TikaInputStream resource,
String filename,
String relationshipID,
String mediaType,
XHTMLContentHandler xhtml,
boolean outputHtml) |
void |
parse(XHTMLContentHandler xhtml,
Metadata metadata) |
public OutlookExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
ParseContext context)
throws TikaException
TikaExceptionpublic OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context)
throws TikaException
TikaExceptionpublic void parse(XHTMLContentHandler xhtml, Metadata metadata) throws TikaException, SAXException, IOException
TikaExceptionSAXExceptionIOExceptionprotected TikaConfig getTikaConfig()
protected Detector getDetector()
protected MimeTypes getMimeTypes()
protected String getPassword()
protected void handleEmbeddedResource(TikaInputStream resource, String filename, String relationshipID, String mediaType, XHTMLContentHandler xhtml, boolean outputHtml) throws IOException, SAXException, TikaException
IOExceptionSAXExceptionTikaExceptionprotected void handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
XHTMLContentHandler xhtml)
throws IOException,
SAXException,
TikaException
IOExceptionSAXExceptionTikaExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.