org.semanticdesktop.aperture.accessor.http
Class HttpAccessorFactory
java.lang.Object
org.semanticdesktop.aperture.accessor.http.HttpAccessorFactory
- All Implemented Interfaces:
- DataAccessorFactory
public class HttpAccessorFactory
- extends Object
- implements DataAccessorFactory
Returns HttpAccessor instances.
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 |
HttpAccessorFactory
public HttpAccessorFactory()
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.
- See Also:
DataAccessorFactory.getSupportedSchemes()
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.
- See Also:
DataAccessorFactory.get()
Copyright © 2010 Aperture Development Team. All Rights Reserved.