Uses of Interface
org.apache.any23.extractor.ExtractorFactory
-
Packages that use ExtractorFactory Package Description org.apache.any23.extractor org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of ExtractorFactory in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return ExtractorFactory Modifier and Type Method Description ExtractorFactory<?>ExtractorRegistry. getFactory(String name)Retrieves aExtractorFactorygiven its nameMethods in org.apache.any23.extractor that return types with arguments of type ExtractorFactory Modifier and Type Method Description Iterator<ExtractorFactory<?>>ExtractorGroup. iterator()Methods in org.apache.any23.extractor with parameters of type ExtractorFactory Modifier and Type Method Description voidExtractorRegistry. register(ExtractorFactory<?> factory)Registers anExtractorFactory.Constructor parameters in org.apache.any23.extractor with type arguments of type ExtractorFactory Constructor Description ExtractorGroup(Collection<ExtractorFactory<?>> factories) -
Uses of ExtractorFactory in org.apache.any23.plugin
Methods in org.apache.any23.plugin that return ExtractorFactory Modifier and Type Method Description ExtractorFactory<T>ExtractorPlugin. getExtractorFactory()Deprecated.Methods in org.apache.any23.plugin that return types with arguments of type ExtractorFactory Modifier and Type Method Description Iterator<ExtractorFactory>Any23PluginManager. getExtractors()List ofExtractorPluginclasses declared within the classpath.
-