Class FileFormatServiceRegistry<FF extends FileFormat,S>

java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<FF,S>
org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<FF,S>
Direct Known Subclasses:
BooleanQueryResultParserRegistry, BooleanQueryResultWriterRegistry, RDFParserRegistry, RDFWriterRegistry, TupleQueryResultParserRegistry, TupleQueryResultWriterRegistry

public abstract class FileFormatServiceRegistry<FF extends FileFormat,S> extends ServiceRegistry<FF,S>
A special ServiceRegistry for FileFormat related services. This FileFormat-specific subclass offers some utility methods for matching MIME types and file extensions to the file formats of registered services.
Author:
Arjohn Kampman