org.semanticdesktop.aperture.outlook
Class OutlookAccessorFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.outlook.OutlookAccessorFactory
All Implemented Interfaces:
DataAccessorFactory

public class OutlookAccessorFactory
extends Object
implements DataAccessorFactory


Constructor Summary
OutlookAccessorFactory()
           
 
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
 

Constructor Detail

OutlookAccessorFactory

public OutlookAccessorFactory()
Method Detail

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.