| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository.config | |
| org.eclipse.rdf4j.repository.contextaware.config | |
| org.eclipse.rdf4j.repository.http.config | |
| org.eclipse.rdf4j.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
| org.eclipse.rdf4j.repository.sparql.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatingRepositoryImplConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingRepositoryImplConfig |
class |
AbstractRepositoryImplConfig |
class |
DelegatingRepositoryImplConfigBase
Deprecated.
since 4.0. Use
AbstractDelegatingRepositoryImplConfig instead. |
class |
RepositoryImplConfigBase
Deprecated.
since 4.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextAwareConfig |
| Modifier and Type | Method and Description |
|---|---|
RepositoryImplConfig |
ContextAwareFactory.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
ContextAwareFactory.getRepository(RepositoryImplConfig configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPRepositoryConfig |
| Modifier and Type | Method and Description |
|---|---|
RepositoryImplConfig |
HTTPRepositoryFactory.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
HTTPRepositoryFactory.getRepository(RepositoryImplConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemRepositoryConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryImplConfig |
SystemRepositoryFactory.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
SystemRepositoryFactory.getRepository(RepositoryImplConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPARQLRepositoryConfig
Configuration for a SPARQL endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryImplConfig |
SPARQLRepositoryFactory.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
SPARQLRepository |
SPARQLRepositoryFactory.getRepository(RepositoryImplConfig config) |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.