Package org.apache.tika.parser
Class AutoDetectParserFactory
- java.lang.Object
- 
- org.apache.tika.parser.ParserFactory
- 
- org.apache.tika.parser.AutoDetectParserFactory
 
 
- 
 public class AutoDetectParserFactory extends ParserFactory Factory for an AutoDetectParser
- 
- 
Field SummaryFields Modifier and Type Field Description static StringTIKA_CONFIG_PATHPath to a tika-config file.
 - 
Constructor SummaryConstructors Constructor Description AutoDetectParserFactory(Map<String,String> args)
 
- 
- 
- 
Field Detail- 
TIKA_CONFIG_PATHpublic static final String TIKA_CONFIG_PATH Path to a tika-config file. This must be a literal file or findable on the classpath.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
buildpublic Parser build() throws IOException, SAXException, TikaException - Specified by:
- buildin class- ParserFactory
- Throws:
- IOException
- SAXException
- TikaException
 
 
- 
 
-