public class RepositoryImplConfigBase extends Object implements RepositoryImplConfig
| Constructor and Description |
|---|
RepositoryImplConfigBase()
Create a new RepositoryConfigImpl.
|
RepositoryImplConfigBase(String type)
Create a new RepositoryConfigImpl.
|
public RepositoryImplConfigBase()
public RepositoryImplConfigBase(String type)
public String getType()
getType in interface RepositoryImplConfigpublic void setType(String type)
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 RepositoryImplConfigRepositoryConfigException - If the configuration is invalid.public Resource export(Graph graph)
export in interface RepositoryImplConfigpublic void parse(Graph graph, Resource implNode) throws RepositoryConfigException
parse in interface RepositoryImplConfigRepositoryConfigExceptionpublic static RepositoryImplConfig create(Graph graph, Resource implNode) throws RepositoryConfigException
RepositoryConfigExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.