| Package | Description |
|---|---|
| org.openrdf.repository.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatingRepositoryImplConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRepositoryImplConfigBase |
class |
RepositoryImplConfigBase |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryImplConfig |
RepositoryImplConfigBase.create(Graph graph,
Resource implNode) |
RepositoryImplConfig |
RepositoryFactory.getConfig() |
RepositoryImplConfig |
DelegatingRepositoryImplConfigBase.getDelegate() |
RepositoryImplConfig |
DelegatingRepositoryImplConfig.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 |
DelegatingRepositoryImplConfigBase.setDelegate(RepositoryImplConfig delegate) |
void |
RepositoryConfig.setRepositoryImplConfig(RepositoryImplConfig implConfig) |
| Constructor and Description |
|---|
DelegatingRepositoryImplConfigBase(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 © 2001-2016 Aduna. All Rights Reserved.