info.aduna.spectacle
Class LoaderRegistry

java.lang.Object
  extended by info.aduna.lang.service.ServiceRegistry<org.openrdf.model.URI,LoaderFactory>
      extended by info.aduna.spectacle.LoaderRegistry

public class LoaderRegistry
extends ServiceRegistry<org.openrdf.model.URI,LoaderFactory>

Author:
Herko ter Horst

Field Summary
 
Fields inherited from class info.aduna.lang.service.ServiceRegistry
logger, services
 
Method Summary
static LoaderRegistry getInstance()
           
protected  org.openrdf.model.URI getKey(LoaderFactory service)
          Gets the key for the specified service.
 
Methods inherited from class info.aduna.lang.service.ServiceRegistry
add, get, getAll, getKeys, has, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LoaderRegistry getInstance()

getKey

protected org.openrdf.model.URI getKey(LoaderFactory service)
Description copied from class: ServiceRegistry
Gets the key for the specified service.

Specified by:
getKey in class ServiceRegistry<org.openrdf.model.URI,LoaderFactory>
Parameters:
service - The service to get the key for.
Returns:
The key for the specified service.


Copyright © 1997-2008 Aduna. All Rights Reserved.