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