virtuoso.sesame2.driver.config
Class VirtuosoRepositoryFactory

java.lang.Object
  extended by 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 VirtuosoRepositorys based on RDF configuration data.


Field Summary
static java.lang.String REPOSITORY_TYPE
          The type of repositories that are created by this factory.
 
Constructor Summary
VirtuosoRepositoryFactory()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

VirtuosoRepositoryFactory

public VirtuosoRepositoryFactory()
Method Detail

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