org.semanticdesktop.aperture.opener.email
Class EmailOpenerFactory
java.lang.Object
org.semanticdesktop.aperture.opener.email.EmailOpenerFactory
- All Implemented Interfaces:
- DataOpenerFactory
public class EmailOpenerFactory
- extends Object
- implements DataOpenerFactory
Method Summary |
EmailOpener |
get()
Returns a DataOpener instance for accessing the represented schemes. |
Set |
getSupportedSchemes()
Returns all schemes supported by the DataOpener returned by this DataOpenerFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailOpenerFactory
public EmailOpenerFactory()
get
public EmailOpener get()
- Description copied from interface:
DataOpenerFactory
- Returns a DataOpener instance for accessing the represented schemes.
- Specified by:
get
in interface DataOpenerFactory
- Returns:
- A DataOpener instance.
getSupportedSchemes
public Set getSupportedSchemes()
- Description copied from interface:
DataOpenerFactory
- Returns all schemes supported by the DataOpener returned by this DataOpenerFactory.
- Specified by:
getSupportedSchemes
in interface DataOpenerFactory
- Returns:
- A Set of Strings.
Copyright © 2010 Aperture Development Team. All Rights Reserved.