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