org.openrdf.query.resultio
Class TupleQueryResultParserRegistry
java.lang.Object
info.aduna.lang.service.ServiceRegistry<FF,S>
info.aduna.lang.service.FileFormatServiceRegistry<TupleQueryResultFormat,TupleQueryResultParserFactory>
org.openrdf.query.resultio.TupleQueryResultParserRegistry
public class TupleQueryResultParserRegistry
- extends FileFormatServiceRegistry<TupleQueryResultFormat,TupleQueryResultParserFactory>
A registry that keeps track of the available
TupleQueryResultParserFactorys.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleQueryResultParserRegistry
public TupleQueryResultParserRegistry()
getInstance
public static TupleQueryResultParserRegistry getInstance()
- Gets the default TupleQueryResultParserRegistry.
- Returns:
- The default registry.
getKey
protected TupleQueryResultFormat getKey(TupleQueryResultParserFactory factory)
- Specified by:
getKey in class ServiceRegistry<TupleQueryResultFormat,TupleQueryResultParserFactory>
Copyright © 2001-2008 Aduna. All Rights Reserved.