public class VirtuosoRepositoryFactory
extends java.lang.Object
implements org.eclipse.rdf4j.repository.config.RepositoryFactory
RepositoryFactory that creates VirtuosoRepositorys based on
RDF configuration data.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REPOSITORY_TYPE
The type of repositories that are created by this factory.
|
| Constructor and Description |
|---|
VirtuosoRepositoryFactory() |
| 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) |
java.lang.String |
getRepositoryType()
Returns the repository's type: openrdf:VirtuosoRepository.
|
public static final java.lang.String REPOSITORY_TYPE
RepositoryFactory.getRepositoryType(),
Constant Field Valuespublic java.lang.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.RepositoryConfigException