public class SailRepositoryFactory extends Object implements org.eclipse.rdf4j.repository.config.RepositoryFactory
RepositoryFactory that creates SailRepositorys based on RDF configuration data.| Modifier and Type | Field and Description |
|---|---|
static String |
REPOSITORY_TYPE
The type of repositories that are created by this factory.
|
| Constructor and Description |
|---|
SailRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.repository.config.RepositoryImplConfig |
getConfig() |
org.eclipse.rdf4j.repository.Repository |
getRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig config) |
String |
getRepositoryType()
Returns the repository's type: openrdf:SailRepository.
|
public static final String REPOSITORY_TYPE
RepositoryFactory.getRepositoryType(),
Constant Field Valuespublic String getRepositoryType()
getRepositoryType in interface org.eclipse.rdf4j.repository.config.RepositoryFactorypublic org.eclipse.rdf4j.repository.config.RepositoryImplConfig getConfig()
getConfig in interface org.eclipse.rdf4j.repository.config.RepositoryFactorypublic org.eclipse.rdf4j.repository.Repository getRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig config)
throws org.eclipse.rdf4j.repository.config.RepositoryConfigException
getRepository in interface org.eclipse.rdf4j.repository.config.RepositoryFactoryorg.eclipse.rdf4j.repository.config.RepositoryConfigExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.