public class RepositoryConfigRepository extends org.eclipse.rdf4j.repository.base.AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The repository identifier for the system repository that contains the configuration data.
|
logger| Constructor and Description |
|---|
RepositoryConfigRepository(org.eclipse.rdf4j.repository.manager.RepositoryManager manager) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.repository.RepositoryConnection |
getConnection() |
File |
getDataDir() |
org.eclipse.rdf4j.model.ValueFactory |
getValueFactory() |
protected void |
initializeInternal() |
boolean |
isWritable() |
void |
setDataDir(File dataDir) |
protected void |
shutDownInternal() |
initialize, isInitialized, shutDownpublic static final String ID
public RepositoryConfigRepository(org.eclipse.rdf4j.repository.manager.RepositoryManager manager)
public void setDataDir(File dataDir)
public File getDataDir()
public boolean isWritable()
throws org.eclipse.rdf4j.repository.RepositoryException
public org.eclipse.rdf4j.model.ValueFactory getValueFactory()
protected void initializeInternal()
throws org.eclipse.rdf4j.repository.RepositoryException
initializeInternal in class org.eclipse.rdf4j.repository.base.AbstractRepositoryorg.eclipse.rdf4j.repository.RepositoryExceptionprotected void shutDownInternal()
throws org.eclipse.rdf4j.repository.RepositoryException
shutDownInternal in class org.eclipse.rdf4j.repository.base.AbstractRepositoryorg.eclipse.rdf4j.repository.RepositoryExceptionpublic org.eclipse.rdf4j.repository.RepositoryConnection getConnection() throws org.eclipse.rdf4j.repository.RepositoryException
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.