Class SPARQLRepositoryFactory
- java.lang.Object
-
- org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
-
- All Implemented Interfaces:
RepositoryFactory
public class SPARQLRepositoryFactory extends Object implements RepositoryFactory
CreatesSPARQLRepositoryfrom a configuration.- Author:
- James Leigh
-
-
Field Summary
Fields Modifier and Type Field Description static StringREPOSITORY_TYPE
-
Constructor Summary
Constructors Constructor Description SPARQLRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryImplConfiggetConfig()SPARQLRepositorygetRepository(RepositoryImplConfig config)StringgetRepositoryType()
-
-
-
Field Detail
-
REPOSITORY_TYPE
public static final String REPOSITORY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRepositoryType
public String getRepositoryType()
- Specified by:
getRepositoryTypein interfaceRepositoryFactory
-
getConfig
public RepositoryImplConfig getConfig()
- Specified by:
getConfigin interfaceRepositoryFactory
-
getRepository
public SPARQLRepository getRepository(RepositoryImplConfig config) throws RepositoryConfigException
- Specified by:
getRepositoryin interfaceRepositoryFactory- Throws:
RepositoryConfigException
-
-