org.openrdf.query.resultio
Class BooleanQueryResultWriterRegistry

java.lang.Object
  extended by info.aduna.lang.service.ServiceRegistry<FF,S>
      extended by info.aduna.lang.service.FileFormatServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>
          extended by org.openrdf.query.resultio.BooleanQueryResultWriterRegistry

public class BooleanQueryResultWriterRegistry
extends FileFormatServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>

A registry that keeps track of the available BooleanQueryResultWriterFactorys.

Author:
Arjohn Kampman

Field Summary
 
Fields inherited from class info.aduna.lang.service.ServiceRegistry
logger, services
 
Constructor Summary
BooleanQueryResultWriterRegistry()
           
 
Method Summary
static BooleanQueryResultWriterRegistry getInstance()
          Gets the default BooleanQueryResultWriterRegistry.
protected  BooleanQueryResultFormat getKey(BooleanQueryResultWriterFactory factory)
           
 
Methods inherited from class info.aduna.lang.service.FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForFileName, getFileFormatForMIMEType, getFileFormatForMIMEType
 
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

BooleanQueryResultWriterRegistry

public BooleanQueryResultWriterRegistry()
Method Detail

getInstance

public static BooleanQueryResultWriterRegistry getInstance()
Gets the default BooleanQueryResultWriterRegistry.

Returns:
The default registry.

getKey

protected BooleanQueryResultFormat getKey(BooleanQueryResultWriterFactory factory)
Specified by:
getKey in class ServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>


Copyright © 2001-2010 Aduna. All Rights Reserved.