Uses of Interface
org.semanticdesktop.aperture.extractor.ExtractorRegistry

Packages that use ExtractorRegistry
org.semanticdesktop.aperture.crawler.base   
org.semanticdesktop.aperture.extractor.impl   
org.semanticdesktop.aperture.runtime   
 

Uses of ExtractorRegistry in org.semanticdesktop.aperture.crawler.base
 

Fields in org.semanticdesktop.aperture.crawler.base declared as ExtractorRegistry
protected  ExtractorRegistry CrawlerHandlerBase.extractorRegistry
          Extractor registry, may be set by overriding classes to use processBinary
 

Constructors in org.semanticdesktop.aperture.crawler.base with parameters of type ExtractorRegistry
CrawlerHandlerBase(MimeTypeIdentifier mimeTypeIdentifier, ExtractorRegistry extractorRegistry, SubCrawlerRegistry subCrawlerRegistry)
          Construct an initialised BaseCrawlerHandler.
 

Uses of ExtractorRegistry in org.semanticdesktop.aperture.extractor.impl
 

Classes in org.semanticdesktop.aperture.extractor.impl that implement ExtractorRegistry
 class DefaultExtractorRegistry
          DefaultExtractorRegistry provides the complete set of ExtractorFactories available in Aperture.
 class ExtractorRegistryImpl
          A trivial default implementation of the ExtractorRegistry interface.
 

Uses of ExtractorRegistry in org.semanticdesktop.aperture.runtime
 

Methods in org.semanticdesktop.aperture.runtime that return ExtractorRegistry
 ExtractorRegistry ApertureRuntime.getExtractorRegistry()
          Returns the extractor registry.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.