org.semanticdesktop.aperture.accessor.file
Class FileAccessorFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.accessor.file.FileAccessorFactory
All Implemented Interfaces:
DataAccessorFactory

public class FileAccessorFactory
extends Object
implements DataAccessorFactory

Returns FileAccessor instances.


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

Constructor Detail

FileAccessorFactory

public FileAccessorFactory()
Method Detail

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.

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.


Copyright © 2010 Aperture Development Team. All Rights Reserved.