Uses of Interface
org.apache.any23.extractor.ExtractorRegistry
-
Packages that use ExtractorRegistry Package Description org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of ExtractorRegistry in org.apache.any23.plugin
Methods in org.apache.any23.plugin with parameters of type ExtractorRegistry Modifier and Type Method Description ExtractorGroup
Any23PluginManager. getApplicableExtractors(ExtractorRegistry registry, File... pluginLocations)
Returns an extractor group containing both the default extractors declared by theExtractorRegistry
and theExtractorPlugin
s.
-