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