Uses of Class
org.semanticdesktop.aperture.datasource.imap.ImapDataSource.ConnectionSecurity

Packages that use ImapDataSource.ConnectionSecurity
org.semanticdesktop.aperture.datasource.imap   
 

Uses of ImapDataSource.ConnectionSecurity in org.semanticdesktop.aperture.datasource.imap
 

Methods in org.semanticdesktop.aperture.datasource.imap that return ImapDataSource.ConnectionSecurity
static ImapDataSource.ConnectionSecurity ImapDataSource.ConnectionSecurity.fromUri(URI uri)
           
 ImapDataSource.ConnectionSecurity ImapDataSource.getConnectionSecurity()
          Returns the The level of security for the connection
static ImapDataSource.ConnectionSecurity ImapDataSource.ConnectionSecurity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImapDataSource.ConnectionSecurity[] ImapDataSource.ConnectionSecurity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.semanticdesktop.aperture.datasource.imap with parameters of type ImapDataSource.ConnectionSecurity
 void ImapDataSource.setConnectionSecurity(ImapDataSource.ConnectionSecurity connectionSecurity)
          Sets the The level of security for the connection
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.