Package | Description |
---|---|
org.openrdf.repository.config | |
org.openrdf.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.openrdf.repository.manager.util |
Modifier and Type | Method and Description |
---|---|
static RepositoryConfig |
RepositoryConfig.create(Graph graph,
Resource repositoryNode)
Creates a new RepositoryConfig object and initializes it by
supplying the graph and repositoryNode to its
parse method. |
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Repository repository,
String repositoryID) |
Modifier and Type | Method and Description |
---|---|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con,
RepositoryConfig... configs)
Update the specified RepositoryConnection with the specified set of
RepositoryConfigs.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(Repository repository,
RepositoryConfig... configs)
Update the specified Repository with the specified set of
RepositoryConfigs.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConfig |
RepositoryManager.getRepositoryConfig(String repositoryID) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManager.addRepositoryConfig(RepositoryConfig config)
Adds or updates the configuration of a repository to the manager's system
repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConfig |
TypeFilteringRepositoryManager.getRepositoryConfig(String repositoryID) |
Modifier and Type | Method and Description |
---|---|
void |
TypeFilteringRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
protected boolean |
TypeFilteringRepositoryManager.isCorrectType(RepositoryConfig repositoryConfig) |
Copyright © 2001–2017 Aduna. All rights reserved.