Uses of Class
org.apache.any23.extractor.ExtractorGroup
-
Packages that use ExtractorGroup Package Description org.apache.any23.extractor org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of ExtractorGroup in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return ExtractorGroup Modifier and Type Method Description ExtractorGroup
ExtractorGroup. filterByMIMEType(MIMEType mimeType)
Returns aExtractorGroup
with a set ofExtractor
able to process the provided mime type.ExtractorGroup
ExtractorRegistry. getExtractorGroup()
ExtractorGroup
ExtractorRegistry. getExtractorGroup(List<String> names)
Returns anExtractorGroup
containing theExtractorFactory
mathing the names provided as input. -
Uses of ExtractorGroup in org.apache.any23.plugin
Methods in org.apache.any23.plugin that return ExtractorGroup Modifier and Type Method Description ExtractorGroup
Any23PluginManager. configureExtractors(File... pluginLocations)
Configures a new list of extractors containing the extractors declared ininitialExtractorGroup
and also the extractors detected in classpath specified bypluginLocations
.ExtractorGroup
Any23PluginManager. configureExtractors(ExtractorGroup initialExtractorGroup)
Configures a new list of extractors containing the extractors declared ininitialExtractorGroup
and also the extractors detected in classpath specified by the default configuration.ExtractorGroup
Any23PluginManager. getApplicableExtractors(ExtractorRegistry registry, File... pluginLocations)
Returns an extractor group containing both the default extractors declared by theExtractorRegistry
and theExtractorPlugin
s.Methods in org.apache.any23.plugin with parameters of type ExtractorGroup Modifier and Type Method Description ExtractorGroup
Any23PluginManager. configureExtractors(ExtractorGroup initialExtractorGroup)
Configures a new list of extractors containing the extractors declared ininitialExtractorGroup
and also the extractors detected in classpath specified by the default configuration.
-