Uses of Class
org.apache.any23.extractor.ExtractorGroup
-
Packages that use ExtractorGroup Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of ExtractorGroup in org.apache.any23
Constructors in org.apache.any23 with parameters of type ExtractorGroup Constructor Description Any23(Configuration configuration, ExtractorGroup extractorGroup)Constructor that allows the specification of a custom configuration and of a list of extractors.Any23(ExtractorGroup extractorGroup)Constructor that allows the specification of a list of extractors. -
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.ExtractorGroupExtractorRegistryImpl. getExtractorGroup()ExtractorGroupExtractorRegistryImpl. getExtractorGroup(List<String> names)Returns anExtractorGroupcontaining theExtractorFactorymathing the names provided as input.Constructors in org.apache.any23.extractor with parameters of type ExtractorGroup Constructor Description SingleDocumentExtraction(Configuration configuration, DocumentSource in, ExtractorGroup extractors, TripleHandler output)Builds an extractor by the specification of document source, list of extractors and output triple handler. -
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.
-