org.semanticdesktop.aperture.opener.http
Class HttpOpenerFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.opener.http.HttpOpenerFactory
All Implemented Interfaces:
DataOpenerFactory

public class HttpOpenerFactory
extends Object
implements DataOpenerFactory


Field Summary
static Set<String> SUPPORTEDSCHEMES
           
 
Constructor Summary
HttpOpenerFactory()
           
 
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
 

Field Detail

SUPPORTEDSCHEMES

public static final Set<String> SUPPORTEDSCHEMES
Constructor Detail

HttpOpenerFactory

public HttpOpenerFactory()
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.