public class DelegatingRepositoryImplConfigBase extends RepositoryImplConfigBase implements DelegatingRepositoryImplConfig
| Constructor and Description |
|---|
DelegatingRepositoryImplConfigBase()
Create a new DelegatingRepositoryImplConfigBase.
|
DelegatingRepositoryImplConfigBase(String type)
Create a new DelegatingRepositoryImplConfigBase.
|
DelegatingRepositoryImplConfigBase(String type,
RepositoryImplConfig delegate)
Create a new DelegatingRepositoryImplConfigBase.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
export(Graph graph) |
RepositoryImplConfig |
getDelegate() |
void |
parse(Graph graph,
Resource implNode) |
void |
setDelegate(RepositoryImplConfig delegate) |
void |
validate()
Validates this configuration.
|
create, getType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic DelegatingRepositoryImplConfigBase()
public DelegatingRepositoryImplConfigBase(String type)
public DelegatingRepositoryImplConfigBase(String type, RepositoryImplConfig delegate)
public RepositoryImplConfig getDelegate()
getDelegate in interface DelegatingRepositoryImplConfigpublic void setDelegate(RepositoryImplConfig delegate)
public void validate()
throws RepositoryConfigException
RepositoryImplConfigRepositoryConfigException is
thrown when the configuration is invalid. The exception should contain an
error message that indicates why the configuration is invalid.validate in interface RepositoryImplConfigvalidate in class RepositoryImplConfigBaseRepositoryConfigException - If the configuration is invalid.public Resource export(Graph graph)
export in interface RepositoryImplConfigexport in class RepositoryImplConfigBasepublic void parse(Graph graph, Resource implNode) throws RepositoryConfigException
parse in interface RepositoryImplConfigparse in class RepositoryImplConfigBaseRepositoryConfigExceptionCopyright © 2001-2016 Aduna. All Rights Reserved.