public class AGRepositoryFactory extends Object implements org.openrdf.repository.config.RepositoryFactory
RepositoryFactory
that creates AGRepository
s 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 |
---|
AGRepositoryFactory() |
Modifier and Type | Method and Description |
---|---|
AGRepositoryConfig |
getConfig() |
org.openrdf.repository.Repository |
getRepository(org.openrdf.repository.config.RepositoryImplConfig config) |
String |
getRepositoryType()
Returns the repository's type: allegrograph:AGRepository.
|
public static final String REPOSITORY_TYPE
RepositoryFactory.getRepositoryType()
,
Constant Field Valuespublic String getRepositoryType()
getRepositoryType
in interface org.openrdf.repository.config.RepositoryFactory
public AGRepositoryConfig getConfig()
getConfig
in interface org.openrdf.repository.config.RepositoryFactory
public org.openrdf.repository.Repository getRepository(org.openrdf.repository.config.RepositoryImplConfig config) throws org.openrdf.repository.config.RepositoryConfigException
getRepository
in interface org.openrdf.repository.config.RepositoryFactory
org.openrdf.repository.config.RepositoryConfigException