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 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.repository.config.RepositoryImplConfigorg.eclipse.rdf4j.repository.RepositorygetRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig theRepositoryImplConfig)
-
Field Details
-
connectionString
public static final org.eclipse.rdf4j.model.IRI connectionString
-
-
Constructor Details
-
StardogRepositoryFactory
public StardogRepositoryFactory()
-
-
Method Details
-
getRepositoryType
- Specified by:
getRepositoryTypein interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
-
getConfig
public org.eclipse.rdf4j.repository.config.RepositoryImplConfig getConfig()- Specified by:
getConfigin 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:
getRepositoryin interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory- Throws:
org.eclipse.rdf4j.repository.config.RepositoryConfigException
-