| Package | Description |
|---|---|
| org.openrdf.repository.config |
| 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.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.