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