| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryConfig |
RepositoryConfig.create(Model model,
Resource repositoryNode)
Creates a new
RepositoryConfig object and initializes it by supplying the model and
repositoryNode to its parse method. |
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Model model,
String repositoryID) |
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Repository repository,
String repositoryID)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con,
RepositoryConfig... configs)
Deprecated.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(Repository repository,
RepositoryConfig... configs)
Deprecated.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.