org.semanticdesktop.aperture.opener.file
Class FileOpenerFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.opener.file.FileOpenerFactory
All Implemented Interfaces:
DataOpenerFactory

public class FileOpenerFactory
extends Object
implements DataOpenerFactory


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

FileOpenerFactory

public FileOpenerFactory()
Method Detail

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.

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.


Copyright © 2010 Aperture Development Team. All Rights Reserved.