| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository |
The Repository API: the main API for handling RDF4J repositories.
|
| org.eclipse.rdf4j.repository.config |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryResolver.getRepository(String memberID) |
| 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 RepositoryImplConfig |
AbstractRepositoryImplConfig.create(Model model,
Resource resource)
Utility method to create a new
RepositoryImplConfig by reading data from the supplied
Model. |
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 |
RepositoryConfig.parse(Model model,
Resource repositoryNode) |
void |
AbstractRepositoryImplConfig.parse(Model model,
Resource resource) |
void |
AbstractDelegatingRepositoryImplConfig.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. |
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 |
RepositoryConfig.validate()
Validates this configuration.
|
void |
AbstractRepositoryImplConfig.validate() |
void |
AbstractDelegatingRepositoryImplConfig.validate() |
void |
RepositoryImplConfig.validate()
Validates this configuration.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.