Package com.complexible.stardog.rdf4j
Class StardogRepositoryFactory
- java.lang.Object
-
- com.complexible.stardog.rdf4j.StardogRepositoryFactory
-
- All Implemented Interfaces:
org.eclipse.rdf4j.repository.config.RepositoryFactory
public final class StardogRepositoryFactory extends java.lang.Object implements org.eclipse.rdf4j.repository.config.RepositoryFactory
Implementation of Sesame's RepositoryFactory interface to support creating StardogRepository instances via their repository configuration API
- Since:
- 0.5.1
- Version:
- 4.0
- Author:
- Michael Grove
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRI
connectionString
-
Constructor Summary
Constructors Constructor Description StardogRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.repository.config.RepositoryImplConfig
getConfig()
org.eclipse.rdf4j.repository.Repository
getRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig theRepositoryImplConfig)
java.lang.String
getRepositoryType()
-
-
-
Method Detail
-
getRepositoryType
public java.lang.String getRepositoryType()
- Specified by:
getRepositoryType
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
-
getConfig
public org.eclipse.rdf4j.repository.config.RepositoryImplConfig getConfig()
- Specified by:
getConfig
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
-
getRepository
public org.eclipse.rdf4j.repository.Repository getRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig theRepositoryImplConfig) throws org.eclipse.rdf4j.repository.config.RepositoryConfigException
- Specified by:
getRepository
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
- Throws:
org.eclipse.rdf4j.repository.config.RepositoryConfigException
-
-