org.openrdf.rio
Class RDFWriterRegistry

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

public class RDFWriterRegistry
extends info.aduna.lang.service.FileFormatServiceRegistry<RDFFormat,RDFWriterFactory>

A registry that keeps track of the available RDFWriterFactorys.

Author:
Arjohn Kampman

Field Summary
 
Fields inherited from class info.aduna.lang.service.ServiceRegistry
logger, services
 
Constructor Summary
RDFWriterRegistry()
           
 
Method Summary
static RDFWriterRegistry getInstance()
          Gets the default RDFWriterRegistry.
protected  RDFFormat getKey(RDFWriterFactory 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

RDFWriterRegistry

public RDFWriterRegistry()
Method Detail

getInstance

public static RDFWriterRegistry getInstance()
Gets the default RDFWriterRegistry.

Returns:
The default registry.

getKey

protected RDFFormat getKey(RDFWriterFactory factory)
Specified by:
getKey in class info.aduna.lang.service.ServiceRegistry<RDFFormat,RDFWriterFactory>


Copyright © 2001-2007 Aduna. All Rights Reserved.