org.openrdf.query.parser
Class QueryParserRegistry

java.lang.Object
  extended by info.aduna.lang.service.ServiceRegistry<QueryLanguage,QueryParserFactory>
      extended by org.openrdf.query.parser.QueryParserRegistry

public class QueryParserRegistry
extends ServiceRegistry<QueryLanguage,QueryParserFactory>

A registry that keeps track of the available QueryParserFactorys.

Author:
Arjohn Kampman

Field Summary
 
Fields inherited from class info.aduna.lang.service.ServiceRegistry
logger, services
 
Constructor Summary
QueryParserRegistry()
           
 
Method Summary
static QueryParserRegistry getInstance()
          Gets the default QueryParserRegistry.
protected  QueryLanguage getKey(QueryParserFactory factory)
          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
 

Constructor Detail

QueryParserRegistry

public QueryParserRegistry()
Method Detail

getInstance

public static QueryParserRegistry getInstance()
Gets the default QueryParserRegistry.

Returns:
The default registry.

getKey

protected QueryLanguage getKey(QueryParserFactory factory)
Description copied from class: ServiceRegistry
Gets the key for the specified service.

Specified by:
getKey in class ServiceRegistry<QueryLanguage,QueryParserFactory>
Parameters:
factory - The service to get the key for.
Returns:
The key for the specified service.


Copyright © 2001-2012 Aduna. All Rights Reserved.