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