Uses of Interface
org.semanticdesktop.aperture.detector.DataSourceDetector

Packages that use DataSourceDetector
org.semanticdesktop.aperture.addressbook.thunderbird   
org.semanticdesktop.aperture.detector Data Source Detectors Used on desktop computers. 
org.semanticdesktop.aperture.detector.filesystem   
org.semanticdesktop.aperture.detector.impl   
org.semanticdesktop.aperture.outlook Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. 
 

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

Classes in org.semanticdesktop.aperture.addressbook.thunderbird that implement DataSourceDetector
 class ThunderbirdAddressbookDetector
          Detects if you have Thunderbird installed and searches for the address book file.
 

Uses of DataSourceDetector in org.semanticdesktop.aperture.detector
 

Methods in org.semanticdesktop.aperture.detector that return types with arguments of type DataSourceDetector
 Set<DataSourceDetector> DataSourceDetectorRegistry.get(URI type)
          Returns all DataSourceDetectors that support the specified DataSource type.
 Set<DataSourceDetector> DataSourceDetectorRegistry.getAll()
          Returns all DataSourceDetectors registered in this DataSourceDetectorRegistry.
 

Methods in org.semanticdesktop.aperture.detector with parameters of type DataSourceDetector
 void DataSourceDetectorRegistry.add(DataSourceDetector detector)
          Adds a DataSourceDetector to this registry.
 void DataSourceDetectorRegistry.remove(DataSourceDetector detector)
          Removes a DataSourceDetector from this registry.
 

Uses of DataSourceDetector in org.semanticdesktop.aperture.detector.filesystem
 

Classes in org.semanticdesktop.aperture.detector.filesystem that implement DataSourceDetector
 class HomeFolderDetector
          Detect the "my documents" folder of the user.
 

Uses of DataSourceDetector in org.semanticdesktop.aperture.detector.impl
 

Methods in org.semanticdesktop.aperture.detector.impl that return types with arguments of type DataSourceDetector
 Set<DataSourceDetector> DataSourceDetectorRegistryImpl.get(URI type)
           
 Set<DataSourceDetector> DataSourceDetectorRegistryImpl.getAll()
           
 

Methods in org.semanticdesktop.aperture.detector.impl with parameters of type DataSourceDetector
 void DataSourceDetectorRegistryImpl.add(DataSourceDetector detector)
           
 void DataSourceDetectorRegistryImpl.remove(DataSourceDetector detector)
           
 

Uses of DataSourceDetector in org.semanticdesktop.aperture.outlook
 

Classes in org.semanticdesktop.aperture.outlook that implement DataSourceDetector
 class OutlookDataSourceDetector
          Detect Microsoft Outlook.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.