org.semanticdesktop.aperture.opener
Interface DataOpenerFactory

All Known Implementing Classes:
EmailOpenerFactory, FileOpenerFactory, HttpOpenerFactory, OutlookOpenerFactory

public interface DataOpenerFactory


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.
 

Method Detail

getSupportedSchemes

Set getSupportedSchemes()
Returns all schemes supported by the DataOpener returned by this DataOpenerFactory.

Returns:
A Set of Strings.

get

DataOpener get()
Returns a DataOpener instance for accessing the represented schemes.

Returns:
A DataOpener instance.


Copyright © 2010 Aperture Development Team. All Rights Reserved.