org.apache.tika.parser.external
Class CompositeExternalParser

java.lang.Object
  extended by org.apache.tika.parser.AbstractParser
      extended by org.apache.tika.parser.CompositeParser
          extended by org.apache.tika.parser.external.CompositeExternalParser
All Implemented Interfaces:
Serializable, Parser

public class CompositeExternalParser
extends CompositeParser

A Composite Parser that wraps up all the available External Parsers, and provides an easy way to access them. Parser that uses an external program (like catdoc or pdf2txt) to extract text content and metadata from a given document.

See Also:
Serialized Form

Constructor Summary
CompositeExternalParser()
           
CompositeExternalParser(MediaTypeRegistry registry)
           
 
Method Summary
 
Methods inherited from class org.apache.tika.parser.CompositeParser
findDuplicateParsers, getFallback, getMediaTypeRegistry, getParser, getParser, getParsers, getParsers, getSupportedTypes, parse, setFallback, setMediaTypeRegistry, setParsers
 
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeExternalParser

public CompositeExternalParser()
                        throws IOException,
                               TikaException
Throws:
IOException
TikaException

CompositeExternalParser

public CompositeExternalParser(MediaTypeRegistry registry)
                        throws IOException,
                               TikaException
Throws:
IOException
TikaException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.