Uses of Interface
org.semanticdesktop.aperture.accessor.DataAccessor

Packages that use DataAccessor
org.semanticdesktop.aperture.accessor   
org.semanticdesktop.aperture.accessor.file   
org.semanticdesktop.aperture.accessor.http   
org.semanticdesktop.aperture.crawler.imap   
org.semanticdesktop.aperture.crawler.mail   
org.semanticdesktop.aperture.crawler.mbox   
org.semanticdesktop.aperture.outlook Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. 
 

Uses of DataAccessor in org.semanticdesktop.aperture.accessor
 

Methods in org.semanticdesktop.aperture.accessor that return DataAccessor
 DataAccessor DataAccessorFactory.get()
          Returns a DataAccessor instance for accessing the represented schemes.
 

Uses of DataAccessor in org.semanticdesktop.aperture.accessor.file
 

Classes in org.semanticdesktop.aperture.accessor.file that implement DataAccessor
 class FileAccessor
          A DataAccessor implementation for the file scheme.
 

Methods in org.semanticdesktop.aperture.accessor.file that return DataAccessor
 DataAccessor FileAccessorFactory.get()
           
 

Uses of DataAccessor in org.semanticdesktop.aperture.accessor.http
 

Classes in org.semanticdesktop.aperture.accessor.http that implement DataAccessor
 class HttpAccessor
          A DataAccessor implementation for the http and https schemes.
 

Methods in org.semanticdesktop.aperture.accessor.http that return DataAccessor
 DataAccessor HttpAccessorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.crawler.imap that implement DataAccessor
 class ImapCrawler
          A Combined Crawler and DataAccessor implementation for IMAP.
 

Methods in org.semanticdesktop.aperture.crawler.imap that return DataAccessor
 DataAccessor ImapCrawlerFactory.get()
           
 

Uses of DataAccessor in org.semanticdesktop.aperture.crawler.mail
 

Classes in org.semanticdesktop.aperture.crawler.mail that implement DataAccessor
 class AbstractJavaMailCrawler
          An abstract crawler implementation that works with an email store implementation hidden behind the Java Mail API.
 

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

Classes in org.semanticdesktop.aperture.crawler.mbox that implement DataAccessor
 class MboxCrawler
          A crawler implementation for mbox files.
 

Methods in org.semanticdesktop.aperture.crawler.mbox that return DataAccessor
 DataAccessor MboxCrawlerFactory.get()
           
 

Uses of DataAccessor in org.semanticdesktop.aperture.outlook
 

Classes in org.semanticdesktop.aperture.outlook that implement DataAccessor
 class OutlookAccessor
          Access individual Outlook Objects.
 

Methods in org.semanticdesktop.aperture.outlook that return DataAccessor
 DataAccessor OutlookAccessorFactory.get()
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.