virtuoso.sesame2.driver.config
Class VirtuosoRepositoryFactory
java.lang.Object
virtuoso.sesame2.driver.config.VirtuosoRepositoryFactory
- All Implemented Interfaces:
- org.openrdf.repository.config.RepositoryFactory
public class VirtuosoRepositoryFactory
- extends java.lang.Object
- implements org.openrdf.repository.config.RepositoryFactory
A RepositoryFactory
that creates VirtuosoRepository
s based on
RDF configuration data.
Field Summary |
static java.lang.String |
REPOSITORY_TYPE
The type of repositories that are created by this factory. |
Method Summary |
org.openrdf.repository.config.RepositoryImplConfig |
getConfig()
|
org.openrdf.repository.Repository |
getRepository(org.openrdf.repository.config.RepositoryImplConfig config)
|
java.lang.String |
getRepositoryType()
Returns the repository's type: openrdf:VirtuosoRepository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPOSITORY_TYPE
public static final java.lang.String REPOSITORY_TYPE
- The type of repositories that are created by this factory.
- See Also:
RepositoryFactory.getRepositoryType()
,
Constant Field Values
VirtuosoRepositoryFactory
public VirtuosoRepositoryFactory()
getRepositoryType
public java.lang.String getRepositoryType()
- Returns the repository's type: openrdf:VirtuosoRepository.
- Specified by:
getRepositoryType
in interface org.openrdf.repository.config.RepositoryFactory
getConfig
public org.openrdf.repository.config.RepositoryImplConfig getConfig()
- Specified by:
getConfig
in interface org.openrdf.repository.config.RepositoryFactory
getRepository
public org.openrdf.repository.Repository getRepository(org.openrdf.repository.config.RepositoryImplConfig config)
throws org.openrdf.repository.config.RepositoryConfigException
- Specified by:
getRepository
in interface org.openrdf.repository.config.RepositoryFactory
- Throws:
org.openrdf.repository.config.RepositoryConfigException