Uses of Class
org.apache.tika.parser.AutoDetectParserConfig
Packages that use AutoDetectParserConfig
Package
Description
Tika configuration tools.
Tika parsers.
- 
Uses of AutoDetectParserConfig in org.apache.tika.configMethods in org.apache.tika.config that return AutoDetectParserConfig
- 
Uses of AutoDetectParserConfig in org.apache.tika.parserFields in org.apache.tika.parser declared as AutoDetectParserConfigMethods in org.apache.tika.parser that return AutoDetectParserConfigModifier and TypeMethodDescriptionAutoDetectParser.getAutoDetectParserConfig()static AutoDetectParserConfigMethods in org.apache.tika.parser with parameters of type AutoDetectParserConfigModifier and TypeMethodDescriptionvoidAutoDetectParser.setAutoDetectParserConfig(AutoDetectParserConfig autoDetectParserConfig) Sets the configuration that will be used to create SecureContentHandlers that will be used for parsing.