This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.any23.extractor.ExtractorGroup (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Class
org.apache.any23.extractor.ExtractorGroup

Packages that use ExtractorGroup
org.apache.any23 TODO fillme 
org.apache.any23.extractor TODO fillme 
org.apache.any23.plugin TODO fillme 
 

Uses of ExtractorGroup in org.apache.any23
 

Constructors in org.apache.any23 with parameters of type ExtractorGroup
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
 ExtractorGroup ExtractorGroup.filterByMIMEType(MIMEType mimeType)
          Returns a ExtractorGroup with a set of Extractor able to process the provided mime type.
 ExtractorGroup ExtractorRegistry.getExtractorGroup()
           
 ExtractorGroup ExtractorRegistry.getExtractorGroup(List<String> names)
          Returns an ExtractorGroup containing the ExtractorFactory mathing the names provided as input.
 

Constructors in org.apache.any23.extractor with parameters of type ExtractorGroup
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
 ExtractorGroup Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup)
          Configures a new list of extractors containing the extractors declared in initialExtractorGroup and also the extractors detected in classpath specified by the default configuration.
 ExtractorGroup Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup, File... pluginLocations)
          Configures a new list of extractors containing the extractors declared in initialExtractorGroup and also the extractors detected in classpath specified by pluginLocations.
 ExtractorGroup Any23PluginManager.getApplicableExtractors(File... pluginLocations)
          Returns an extractor group containing both the default extractors declared by the ExtractorRegistry and the ExtractorPlugins.
 

Methods in org.apache.any23.plugin with parameters of type ExtractorGroup
 ExtractorGroup Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup)
          Configures a new list of extractors containing the extractors declared in initialExtractorGroup and also the extractors detected in classpath specified by the default configuration.
 ExtractorGroup Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup, File... pluginLocations)
          Configures a new list of extractors containing the extractors declared in initialExtractorGroup and also the extractors detected in classpath specified by pluginLocations.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.