org.semanticdesktop.aperture.outlook
Class OutlookOpenerFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.outlook.OutlookOpenerFactory
All Implemented Interfaces:
DataOpenerFactory

public class OutlookOpenerFactory
extends Object
implements DataOpenerFactory

An outlook opener factory. A crappy hack, there is no way to close the dummyModel. It will do for the time being until the outlook problem is solved properly.


Constructor Summary
OutlookOpenerFactory()
           
 
Method Summary
 DataOpener 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
 

Constructor Detail

OutlookOpenerFactory

public OutlookOpenerFactory()
Method Detail

get

public DataOpener 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.