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 ExtractorGroupExtractorGroup. filterByMIMEType(MIMEType mimeType)Returns aExtractorGroupwith a set ofExtractorable to process the provided mime type.ExtractorGroupExtractorRegistry. getExtractorGroup()ExtractorGroupExtractorRegistry. getExtractorGroup(List<String> names)Returns anExtractorGroupcontaining theExtractorFactorymathing 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 ExtractorGroupAny23PluginManager. configureExtractors(File... pluginLocations)Configures a new list of extractors containing the extractors declared ininitialExtractorGroupand also the extractors detected in classpath specified bypluginLocations.ExtractorGroupAny23PluginManager. configureExtractors(ExtractorGroup initialExtractorGroup)Configures a new list of extractors containing the extractors declared ininitialExtractorGroupand also the extractors detected in classpath specified by the default configuration.ExtractorGroupAny23PluginManager. getApplicableExtractors(ExtractorRegistry registry, File... pluginLocations)Returns an extractor group containing both the default extractors declared by theExtractorRegistryand theExtractorPlugins.Methods in org.apache.any23.plugin with parameters of type ExtractorGroup Modifier and Type Method Description ExtractorGroupAny23PluginManager. configureExtractors(ExtractorGroup initialExtractorGroup)Configures a new list of extractors containing the extractors declared ininitialExtractorGroupand also the extractors detected in classpath specified by the default configuration.
-