Uses of Class
org.apache.tika.parser.AutoDetectParserConfig
-
Packages that use AutoDetectParserConfig Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.parser Tika parsers. -
-
Uses of AutoDetectParserConfig in org.apache.tika.config
Methods in org.apache.tika.config that return AutoDetectParserConfig Modifier and Type Method Description AutoDetectParserConfig
TikaConfig. getAutoDetectParserConfig()
-
Uses of AutoDetectParserConfig in org.apache.tika.parser
Fields in org.apache.tika.parser declared as AutoDetectParserConfig Modifier and Type Field Description static AutoDetectParserConfig
AutoDetectParserConfig. DEFAULT
Methods in org.apache.tika.parser that return AutoDetectParserConfig Modifier and Type Method Description AutoDetectParserConfig
AutoDetectParser. getAutoDetectParserConfig()
static AutoDetectParserConfig
AutoDetectParserConfig. load(Element element)
Methods in org.apache.tika.parser with parameters of type AutoDetectParserConfig Modifier and Type Method Description void
AutoDetectParser. setAutoDetectParserConfig(AutoDetectParserConfig autoDetectParserConfig)
Sets the configuration that will be used to create SecureContentHandlers that will be used for parsing.
-