public class ProxyRepositoryConfig extends RepositoryImplConfigBase
Constructor and Description |
---|
ProxyRepositoryConfig() |
ProxyRepositoryConfig(String proxiedID) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
String |
getProxiedRepositoryID() |
void |
parse(Graph graph,
Resource implNode) |
void |
setProxiedRepositoryID(String value) |
void |
validate()
Validates this configuration.
|
create, getType, setType
public ProxyRepositoryConfig()
public ProxyRepositoryConfig(String proxiedID)
public final void setProxiedRepositoryID(String value)
public String getProxiedRepositoryID()
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.