Package org.eclipse.rdf4j.query.resultio
Class BooleanQueryResultParserRegistry
- java.lang.Object
-
- org.eclipse.rdf4j.common.lang.service.ServiceRegistry<FF,S>
-
- org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<QueryResultFormat,BooleanQueryResultParserFactory>
-
- org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
-
public class BooleanQueryResultParserRegistry extends org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<QueryResultFormat,BooleanQueryResultParserFactory>
A registry that keeps track of the availableBooleanQueryResultParserFactorys.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description BooleanQueryResultParserRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BooleanQueryResultParserRegistrygetInstance()Gets the default BooleanQueryResultParserRegistry.protected QueryResultFormatgetKey(BooleanQueryResultParserFactory factory)-
Methods inherited from class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForMIMEType
-
-
-
-
Method Detail
-
getInstance
public static BooleanQueryResultParserRegistry getInstance()
Gets the default BooleanQueryResultParserRegistry.- Returns:
- The default registry.
-
getKey
protected QueryResultFormat getKey(BooleanQueryResultParserFactory factory)
- Specified by:
getKeyin classorg.eclipse.rdf4j.common.lang.service.ServiceRegistry<QueryResultFormat,BooleanQueryResultParserFactory>
-
-