| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatingRepositoryImplConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingRepositoryImplConfig |
class |
AbstractRepositoryImplConfig |
class |
DelegatingRepositoryImplConfigBase
Deprecated.
since 2.0. Use
AbstractDelegatingRepositoryImplConfig instead. |
class |
RepositoryImplConfigBase
Deprecated.
since 2.0. Use
AbstractRepositoryImplConfig instead. |
| 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. |
RepositoryImplConfig |
RepositoryFactory.getConfig() |
RepositoryImplConfig |
DelegatingRepositoryImplConfig.getDelegate() |
RepositoryImplConfig |
AbstractDelegatingRepositoryImplConfig.getDelegate() |
RepositoryImplConfig |
RepositoryConfig.getRepositoryImplConfig() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryFactory.getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied configuration data.
|
void |
AbstractDelegatingRepositoryImplConfig.setDelegate(RepositoryImplConfig delegate) |
void |
RepositoryConfig.setRepositoryImplConfig(RepositoryImplConfig implConfig) |
| Constructor and Description |
|---|
AbstractDelegatingRepositoryImplConfig(String type,
RepositoryImplConfig delegate)
Create a new DelegatingRepositoryImplConfigBase.
|
RepositoryConfig(String id,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl.
|
RepositoryConfig(String id,
String title,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.