Uses of Interface
org.semanticdesktop.aperture.subcrawler.SubCrawlerRegistry

Packages that use SubCrawlerRegistry
org.semanticdesktop.aperture.crawler.base   
org.semanticdesktop.aperture.subcrawler   
org.semanticdesktop.aperture.subcrawler.impl   
 

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

Fields in org.semanticdesktop.aperture.crawler.base declared as SubCrawlerRegistry
protected  SubCrawlerRegistry CrawlerHandlerBase.subCrawlerRegistry
          Subcrawler registry, may be set by overriding classes to use processBinary
 

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

Uses of SubCrawlerRegistry in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler with parameters of type SubCrawlerRegistry
static DataObject SubCrawlerUtil.getDataObject(URI uri, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory containerFactory, SubCrawlerRegistry registry)
           Tries to access a DataObject that is hidden in a stream.
 

Uses of SubCrawlerRegistry in org.semanticdesktop.aperture.subcrawler.impl
 

Classes in org.semanticdesktop.aperture.subcrawler.impl that implement SubCrawlerRegistry
 class DefaultSubCrawlerRegistry
          DefaultExtractorRegistry provides the complete set of ExtractorFactories available in Aperture.
 class SubCrawlerRegistryImpl
          A trivial default implementation of the SubCrawlerRegistry interface.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.