Class RDFWriterRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<RDFFormat, RDFWriterFactory>
org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<RDFFormat, RDFWriterFactory>
org.eclipse.rdf4j.rio.RDFWriterRegistry
A registry that keeps track of the available 
RDFWriterFactorys.- Author:
 - Arjohn Kampman
 
- 
Field Summary
Fields inherited from class ServiceRegistry
logger, services - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic RDFWriterRegistryGets the default RDFWriterRegistry.protected RDFFormatgetKey(RDFWriterFactory factory) Gets the key for the specified service.Methods inherited from class FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForMIMEType 
- 
Constructor Details
- 
RDFWriterRegistry
public RDFWriterRegistry() 
 - 
 - 
Method Details
- 
getInstance
Gets the default RDFWriterRegistry.- Returns:
 - The default registry.
 
 - 
getKey
Description copied from class:ServiceRegistryGets the key for the specified service.- Specified by:
 getKeyin classServiceRegistry<RDFFormat, RDFWriterFactory>- Parameters:
 factory- The service to get the key for.- Returns:
 - The key for the specified service.
 
 
 -