| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository |
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
|
| org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryResolver.getRepository(String memberID) |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryImplConfig |
AbstractRepositoryImplConfig.create(Model model,
Resource resource)
Utility method to create a new
RepositoryImplConfig by reading data from the supplied Model. |
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 Resource |
RepositoryConfigUtil.getContext(RepositoryConnection con,
String repositoryID)
Deprecated.
|
Repository |
RepositoryFactory.getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied configuration data.
|
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Repository repository,
String repositoryID)
Deprecated.
|
static boolean |
RepositoryConfigUtil.hasRepositoryConfig(Repository repository,
String repositoryID)
Deprecated.
|
void |
AbstractRepositoryImplConfig.parse(Model model,
Resource resource) |
void |
RepositoryImplConfig.parse(Model model,
Resource resource)
Reads the properties of this
RepositoryImplConfig from the supplied Model and sets them accordingly. |
void |
RepositoryConfig.parse(Model model,
Resource repositoryNode) |
void |
AbstractDelegatingRepositoryImplConfig.parse(Model model,
Resource resource) |
static boolean |
RepositoryConfigUtil.removeRepositoryConfigs(Repository repository,
String... repositoryIDs)
Deprecated.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con,
RepositoryConfig... configs)
Deprecated.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(Repository repository,
RepositoryConfig... configs)
Deprecated.
|
void |
AbstractRepositoryImplConfig.validate() |
void |
RepositoryImplConfig.validate()
Validates this configuration.
|
void |
RepositoryConfig.validate()
Validates this configuration.
|
void |
AbstractDelegatingRepositoryImplConfig.validate() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.