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, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public DelegatingRepositoryImplConfigBase()
public DelegatingRepositoryImplConfigBase(String type)
public DelegatingRepositoryImplConfigBase(String type, RepositoryImplConfig delegate)
public RepositoryImplConfig getDelegate()
getDelegate
in interface DelegatingRepositoryImplConfig
public void setDelegate(RepositoryImplConfig delegate)
public void validate() throws RepositoryConfigException
RepositoryImplConfig
RepositoryConfigException
is
thrown when the configuration is invalid. The exception should contain an
error message that indicates why the configuration is invalid.validate
in interface RepositoryImplConfig
validate
in class RepositoryImplConfigBase
RepositoryConfigException
- If the configuration is invalid.public Resource export(Graph graph)
export
in interface RepositoryImplConfig
export
in class RepositoryImplConfigBase
public void parse(Graph graph, Resource implNode) throws RepositoryConfigException
parse
in interface RepositoryImplConfig
parse
in class RepositoryImplConfigBase
RepositoryConfigException
Copyright © 2001-2016 Aduna. All Rights Reserved.