Class BooleanQueryResultWriterRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<QueryResultFormat, BooleanQueryResultWriterFactory>
org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<QueryResultFormat, BooleanQueryResultWriterFactory>
org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
public class BooleanQueryResultWriterRegistry
extends FileFormatServiceRegistry<QueryResultFormat, BooleanQueryResultWriterFactory>
A registry that keeps track of the available 
BooleanQueryResultWriterFactorys.- Author:
 - Arjohn Kampman
 
- 
Field Summary
Fields inherited from class ServiceRegistry
logger, services - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the default BooleanQueryResultWriterRegistry.protected QueryResultFormatgetKey(BooleanQueryResultWriterFactory factory) Gets the key for the specified service.Methods inherited from class FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForMIMEType 
- 
Constructor Details
- 
BooleanQueryResultWriterRegistry
public BooleanQueryResultWriterRegistry() 
 - 
 - 
Method Details
- 
getInstance
Gets the default BooleanQueryResultWriterRegistry.- Returns:
 - The default registry.
 
 - 
getKey
Description copied from class:ServiceRegistryGets the key for the specified service.- Specified by:
 getKeyin classServiceRegistry<QueryResultFormat, BooleanQueryResultWriterFactory>- Parameters:
 factory- The service to get the key for.- Returns:
 - The key for the specified service.
 
 
 -