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