Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.repository.manager.util |
Modifier and Type | Method and Description |
---|---|
RepositoryConfig |
FedXRepositoryConfigBuilder.build(String repositoryId,
String repositoryTitle)
Build the
RepositoryConfig |
Modifier and Type | Method and Description |
---|---|
void |
RDF4JProtocolSession.createRepository(RepositoryConfig config)
Create a new repository.
|
void |
RDF4JProtocolSession.updateRepository(RepositoryConfig config)
Update the config of an existing repository.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConfig |
LocalRepositoryManager.getRepositoryConfig(String id) |
RepositoryConfig |
RemoteRepositoryManager.getRepositoryConfig(String id) |
RepositoryConfig |
RepositoryManager.getRepositoryConfig(String repositoryID) |
Modifier and Type | Method and Description |
---|---|
void |
LocalRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
void |
RemoteRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
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 © 2015-2020 Eclipse Foundation. All Rights Reserved.