Package org.eclipse.rdf4j.rio
Class RDFParserRegistry
- java.lang.Object
-
- org.eclipse.rdf4j.common.lang.service.ServiceRegistry<FF,S>
-
- org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<RDFFormat,RDFParserFactory>
-
- org.eclipse.rdf4j.rio.RDFParserRegistry
-
public class RDFParserRegistry extends org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry<RDFFormat,RDFParserFactory>
A registry that keeps track of the availableRDFParserFactorys.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description RDFParserRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RDFParserRegistrygetInstance()Gets the default RDFParserRegistry.protected RDFFormatgetKey(RDFParserFactory factory)-
Methods inherited from class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
getFileFormatForFileName, getFileFormatForMIMEType
-
-
-
-
Method Detail
-
getInstance
public static RDFParserRegistry getInstance()
Gets the default RDFParserRegistry.- Returns:
- The default registry.
-
getKey
protected RDFFormat getKey(RDFParserFactory factory)
- Specified by:
getKeyin classorg.eclipse.rdf4j.common.lang.service.ServiceRegistry<RDFFormat,RDFParserFactory>
-
-