Uses of Class
org.apache.any23.extractor.ExtractorGroup
-
Packages that use ExtractorGroup Package Description org.apache.any23 The Any23 root package defines theAny23
library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API.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 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.ExtractorGroup
ExtractorRegistryImpl. getExtractorGroup()
ExtractorGroup
ExtractorRegistryImpl. getExtractorGroup(List<String> names)
Returns anExtractorGroup
containing theExtractorFactory
mathing 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 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.
-