org.openrdf.rio
Class RDFParserRegistry

java.lang.Object
  extended by info.aduna.lang.service.ServiceRegistry<FF,S>
      extended by info.aduna.lang.service.FileFormatServiceRegistry<RDFFormat,RDFParserFactory>
          extended by org.openrdf.rio.RDFParserRegistry

public class RDFParserRegistry
extends FileFormatServiceRegistry<RDFFormat,RDFParserFactory>

A registry that keeps track of the available RDFParserFactorys.

Author:
Arjohn Kampman

Field Summary
 
Fields inherited from class info.aduna.lang.service.ServiceRegistry
logger, services
 
Constructor Summary
RDFParserRegistry()
           
 
Method Summary
static RDFParserRegistry getInstance()
          Gets the default RDFParserRegistry.
protected  RDFFormat getKey(RDFParserFactory factory)
           
 
Methods inherited from class info.aduna.lang.service.FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForFileName, getFileFormatForMIMEType, getFileFormatForMIMEType
 
Methods inherited from class info.aduna.lang.service.ServiceRegistry
add, get, getAll, getKeys, has, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFParserRegistry

public RDFParserRegistry()
Method Detail

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-2010 Aduna. All Rights Reserved.