Uses of Interface
org.semanticdesktop.aperture.datasource.DataSourceFactory

Packages that use DataSourceFactory
org.semanticdesktop.aperture.addressbook.thunderbird   
org.semanticdesktop.aperture.crawler.samba   
org.semanticdesktop.aperture.datasource   
org.semanticdesktop.aperture.datasource.filesystem   
org.semanticdesktop.aperture.datasource.ical   
org.semanticdesktop.aperture.datasource.imap   
org.semanticdesktop.aperture.datasource.impl   
org.semanticdesktop.aperture.datasource.mbox   
org.semanticdesktop.aperture.datasource.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 DataSourceFactory in org.semanticdesktop.aperture.addressbook.thunderbird
 

Classes in org.semanticdesktop.aperture.addressbook.thunderbird that implement DataSourceFactory
 class ThunderbirdAddressbookDataSourceFactory
          ThunderbirdAddressbookDataSourceFactory returns instances of the ThunderbirdAddressbookDataSource class.
 

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

Classes in org.semanticdesktop.aperture.crawler.samba that implement DataSourceFactory
 class SambaDataSourceFactory
          SambaDataSourceFactory returns instances of SambaDataSource
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource
 

Methods in org.semanticdesktop.aperture.datasource with parameters of type DataSourceFactory
 void DataSourceRegistry.add(DataSourceFactory factory)
          Adds a DataSourceFactory to this registry.
 void DataSourceRegistry.remove(DataSourceFactory factory)
          Removes a DataSourceFactory from this registry.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.filesystem
 

Classes in org.semanticdesktop.aperture.datasource.filesystem that implement DataSourceFactory
 class FileSystemDataSourceFactory
          ImapDataSourceFactory returns instances of the ImapDataSource class.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.ical
 

Classes in org.semanticdesktop.aperture.datasource.ical that implement DataSourceFactory
 class IcalDataSourceFactory
          ImapDataSourceFactory returns instances of the ImapDataSource class.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.imap
 

Classes in org.semanticdesktop.aperture.datasource.imap that implement DataSourceFactory
 class ImapDataSourceFactory
          ImapDataSourceFactory returns instances of the ImapDataSource class.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.impl
 

Methods in org.semanticdesktop.aperture.datasource.impl with parameters of type DataSourceFactory
 void DataSourceRegistryImpl.add(DataSourceFactory factory)
           
 void DataSourceRegistryImpl.remove(DataSourceFactory factory)
           
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.mbox
 

Classes in org.semanticdesktop.aperture.datasource.mbox that implement DataSourceFactory
 class MboxDataSourceFactory
          ImapDataSourceFactory returns instances of the ImapDataSource class.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.datasource.web
 

Classes in org.semanticdesktop.aperture.datasource.web that implement DataSourceFactory
 class WebDataSourceFactory
          A factory of WebDataSource instances.
 

Uses of DataSourceFactory in org.semanticdesktop.aperture.outlook
 

Classes in org.semanticdesktop.aperture.outlook that implement DataSourceFactory
 class OutlookDataSourceFactory
          Creates Microsoft Outlook Datasources.
 

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

Classes in org.semanticdesktop.aperture.websites.bibsonomy that implement DataSourceFactory
 class BibsonomyDataSourceFactory
          A factory of bibsonomy data sources.
 

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

Classes in org.semanticdesktop.aperture.websites.delicious that implement DataSourceFactory
 class DeliciousDataSourceFactory
          A factory of del.icio.us data source instances
 

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

Classes in org.semanticdesktop.aperture.websites.flickr that implement DataSourceFactory
 class FlickrDataSourceFactory
          A factory of Flickr data source instances
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.