org.openrdf.query.resultio
Class BooleanQueryResultWriterRegistry
java.lang.Object
info.aduna.lang.service.ServiceRegistry<FF,S>
info.aduna.lang.service.FileFormatServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>
org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
public class BooleanQueryResultWriterRegistry
- extends FileFormatServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>
A registry that keeps track of the available
BooleanQueryResultWriterFactorys.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanQueryResultWriterRegistry
public BooleanQueryResultWriterRegistry()
getInstance
public static BooleanQueryResultWriterRegistry getInstance()
- Gets the default BooleanQueryResultWriterRegistry.
- Returns:
- The default registry.
getKey
protected BooleanQueryResultFormat getKey(BooleanQueryResultWriterFactory factory)
- Description copied from class:
ServiceRegistry
- Gets the key for the specified service.
- Specified by:
getKey in class ServiceRegistry<BooleanQueryResultFormat,BooleanQueryResultWriterFactory>
- Parameters:
factory - The service to get the key for.
- Returns:
- The key for the specified service.
Copyright © 2001-2012 Aduna. All Rights Reserved.