org.semanticdesktop.aperture.opener
Interface DataOpenerRegistry

All Known Implementing Classes:
DataOpenerRegistryImpl, DefaultDataOpenerRegistry

public interface DataOpenerRegistry


Method Summary
 void add(DataOpenerFactory factory)
          Register a DataAccessorFactory.
 Set get(String scheme)
          Get all DataAccessorFactories capable of handling the specified scheme.
 Set getAll()
          Get all registered DataAccessorFactories.
 void remove(DataOpenerFactory factory)
          Removes a registered DataAccessorFactory.
 

Method Detail

add

void add(DataOpenerFactory factory)
Register a DataAccessorFactory.


remove

void remove(DataOpenerFactory factory)
Removes a registered DataAccessorFactory.


getAll

Set getAll()
Get all registered DataAccessorFactories.


get

Set get(String scheme)
Get all DataAccessorFactories capable of handling the specified scheme.

Parameters:
scheme - A scheme, e.g. "http" or "file".
Returns:
A set of DataAccessorFactories for the specified scheme.


Copyright © 2010 Aperture Development Team. All Rights Reserved.