Uses of Interface
org.semanticdesktop.aperture.crawler.CrawlerFactory

Packages that use CrawlerFactory
org.semanticdesktop.aperture.addressbook.thunderbird   
org.semanticdesktop.aperture.crawler   
org.semanticdesktop.aperture.crawler.filesystem   
org.semanticdesktop.aperture.crawler.ical   
org.semanticdesktop.aperture.crawler.imap   
org.semanticdesktop.aperture.crawler.impl   
org.semanticdesktop.aperture.crawler.mbox   
org.semanticdesktop.aperture.crawler.samba   
org.semanticdesktop.aperture.crawler.web   
org.semanticdesktop.aperture.outlook Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. 
org.semanticdesktop.aperture.websites.bibsonomy   
org.semanticdesktop.aperture.websites.delicious   
org.semanticdesktop.aperture.websites.flickr   
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.addressbook.thunderbird
 

Classes in org.semanticdesktop.aperture.addressbook.thunderbird that implement CrawlerFactory
 class ThunderbirdAddressbookCrawlerFactory
           
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler
 

Methods in org.semanticdesktop.aperture.crawler with parameters of type CrawlerFactory
 void CrawlerRegistry.add(CrawlerFactory factory)
          Adds a CrawlerFactory to this registry.
 void CrawlerRegistry.remove(CrawlerFactory factory)
          Removes a CrawlerFactory from this registry.
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.filesystem
 

Classes in org.semanticdesktop.aperture.crawler.filesystem that implement CrawlerFactory
 class FileSystemCrawlerFactory
          Provides instances of FileSystemCrawler.
 

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

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

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.imap
 

Classes in org.semanticdesktop.aperture.crawler.imap that implement CrawlerFactory
 class ImapCrawlerFactory
          Manages instances of ImapCrawler.
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.impl
 

Methods in org.semanticdesktop.aperture.crawler.impl with parameters of type CrawlerFactory
 void CrawlerRegistryImpl.add(CrawlerFactory factory)
           
 void CrawlerRegistryImpl.remove(CrawlerFactory factory)
           
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.mbox
 

Classes in org.semanticdesktop.aperture.crawler.mbox that implement CrawlerFactory
 class MboxCrawlerFactory
          Manages instances of the MboxCrawler.
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.samba
 

Classes in org.semanticdesktop.aperture.crawler.samba that implement CrawlerFactory
 class SambaCrawlerFactory
          Manages instances of the SambaCrawler.
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.crawler.web
 

Classes in org.semanticdesktop.aperture.crawler.web that implement CrawlerFactory
 class WebCrawlerFactory
           
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.outlook
 

Classes in org.semanticdesktop.aperture.outlook that implement CrawlerFactory
 class OutlookCrawlerFactory
          Create a new Outlook crawler
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.websites.bibsonomy
 

Classes in org.semanticdesktop.aperture.websites.bibsonomy that implement CrawlerFactory
 class BibsonomyCrawlerFactory
          A factory of bibsonomy crawlers
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.websites.delicious
 

Classes in org.semanticdesktop.aperture.websites.delicious that implement CrawlerFactory
 class DeliciousCrawlerFactory
          A factory of del.icio.us crawlers
 

Uses of CrawlerFactory in org.semanticdesktop.aperture.websites.flickr
 

Classes in org.semanticdesktop.aperture.websites.flickr that implement CrawlerFactory
 class FlickrCrawlerFactory
          A factory of Flickr Crawlers
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.