| 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  RepositoryConfigobject and initializes it by supplying themodelandrepositoryNodeto itsparsemethod. | 
| 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 | RepositoryManager. getRepositoryConfig(String repositoryID) | 
| RepositoryConfig | RemoteRepositoryManager. getRepositoryConfig(String id) | 
| RepositoryConfig | LocalRepositoryManager. getRepositoryConfig(String id) | 
| 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. | 
| void | RemoteRepositoryManager. addRepositoryConfig(RepositoryConfig config) | 
| void | LocalRepositoryManager. addRepositoryConfig(RepositoryConfig config) | 
| 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.