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