Uses of Interface
org.semanticdesktop.aperture.crawler.mail.DataObjectFactory.PartStreamFactory

Packages that use DataObjectFactory.PartStreamFactory
org.semanticdesktop.aperture.crawler.imap   
org.semanticdesktop.aperture.crawler.mail   
org.semanticdesktop.aperture.crawler.mbox   
org.semanticdesktop.aperture.subcrawler.mime   
 

Uses of DataObjectFactory.PartStreamFactory in org.semanticdesktop.aperture.crawler.imap
 

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

Uses of DataObjectFactory.PartStreamFactory in org.semanticdesktop.aperture.crawler.mail
 

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

Constructors in org.semanticdesktop.aperture.crawler.mail with parameters of type DataObjectFactory.PartStreamFactory
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri)
          A simplified constructor that implies the default part uri delimiter
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri, String partUriDelimiter)
          A little simplified constructor that implies the attachment uri prefix to be the same as the message URI.
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri, String partUriDelimiter, String attachmentUriPrefix)
          Constructs a data object factory for the given message
 

Uses of DataObjectFactory.PartStreamFactory in org.semanticdesktop.aperture.crawler.mbox
 

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

Uses of DataObjectFactory.PartStreamFactory in org.semanticdesktop.aperture.subcrawler.mime
 

Classes in org.semanticdesktop.aperture.subcrawler.mime that implement DataObjectFactory.PartStreamFactory
 class MimeSubCrawler
           A SubCrawer implementation for message/rfc822-style messages.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.