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

Packages that use SubCrawlerFactory
org.semanticdesktop.aperture.crawler.ical   
org.semanticdesktop.aperture.subcrawler   
org.semanticdesktop.aperture.subcrawler.bzip2   
org.semanticdesktop.aperture.subcrawler.compress   
org.semanticdesktop.aperture.subcrawler.gzip   
org.semanticdesktop.aperture.subcrawler.impl   
org.semanticdesktop.aperture.subcrawler.mbox   
org.semanticdesktop.aperture.subcrawler.mime   
org.semanticdesktop.aperture.subcrawler.tar   
org.semanticdesktop.aperture.subcrawler.vcard   
org.semanticdesktop.aperture.subcrawler.zip   
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.crawler.ical
 

Classes in org.semanticdesktop.aperture.crawler.ical that implement SubCrawlerFactory
 class IcalCrawlerFactory
          Provides instances of IcalCrawler.
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler with parameters of type SubCrawlerFactory
 void SubCrawlerRegistry.add(SubCrawlerFactory factory)
          Adds a SubCrawlerFactory to this registry.
 void SubCrawlerRegistry.remove(SubCrawlerFactory factory)
          Removes a SubCrawlerFactory from this registry.
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.bzip2
 

Classes in org.semanticdesktop.aperture.subcrawler.bzip2 that implement SubCrawlerFactory
 class BZip2SubCrawlerFactory
          Produces BZip2SubCrawler instances
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.compress
 

Classes in org.semanticdesktop.aperture.subcrawler.compress that implement SubCrawlerFactory
 class CompressSubCrawlerFactory
          Produces CompressSubCrawlers
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.gzip
 

Classes in org.semanticdesktop.aperture.subcrawler.gzip that implement SubCrawlerFactory
 class GZipSubCrawlerFactory
          Produces GzipSubCrawlers
 

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

Methods in org.semanticdesktop.aperture.subcrawler.impl with parameters of type SubCrawlerFactory
 void SubCrawlerRegistryImpl.add(SubCrawlerFactory factory)
           
 void SubCrawlerRegistryImpl.remove(SubCrawlerFactory factory)
           
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.mbox
 

Classes in org.semanticdesktop.aperture.subcrawler.mbox that implement SubCrawlerFactory
 class MboxSubCrawlerFactory
          A factory for MboxSubCrawlers
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.mime
 

Classes in org.semanticdesktop.aperture.subcrawler.mime that implement SubCrawlerFactory
 class MimeSubCrawlerFactory
          A factory for MimeSubCrawlers
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.tar
 

Classes in org.semanticdesktop.aperture.subcrawler.tar that implement SubCrawlerFactory
 class TarSubCrawlerFactory
          A factory for TarSubCrawlers
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.vcard
 

Classes in org.semanticdesktop.aperture.subcrawler.vcard that implement SubCrawlerFactory
 class VcardSubCrawlerFactory
           
 

Uses of SubCrawlerFactory in org.semanticdesktop.aperture.subcrawler.zip
 

Classes in org.semanticdesktop.aperture.subcrawler.zip that implement SubCrawlerFactory
 class ZipSubCrawlerFactory
          A factory for ZipSubCrawler instances
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.