public class SailImplConfigBase extends Object implements SailImplConfig
| Constructor and Description |
|---|
SailImplConfigBase()
Create a new RepositoryConfigImpl.
|
SailImplConfigBase(String type)
Create a new RepositoryConfigImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
export(Graph graph) |
long |
getIterationCacheSyncThreshold() |
String |
getType() |
void |
parse(Graph graph,
Resource implNode) |
void |
setIterationCacheSyncThreshold(long iterationCacheSyncThreshold) |
void |
setType(String type) |
void |
validate()
Validates this configuration.
|
public SailImplConfigBase()
public SailImplConfigBase(String type)
public String getType()
getType in interface SailImplConfigpublic void setType(String type)
public void validate()
throws SailConfigException
SailImplConfigSailConfigException is thrown when
the configuration is invalid. The exception should contain an error
message that indicates why the configuration is invalid.validate in interface SailImplConfigSailConfigException - If the configuration is invalid.public Resource export(Graph graph)
export in interface SailImplConfigpublic void parse(Graph graph, Resource implNode) throws SailConfigException
parse in interface SailImplConfigSailConfigExceptionpublic long getIterationCacheSyncThreshold()
getIterationCacheSyncThreshold in interface SailImplConfigpublic void setIterationCacheSyncThreshold(long iterationCacheSyncThreshold)
iterationCacheSyncThreshold - The iterationCacheSyncThreshold to set.Copyright © 2001–2015 Aduna. All rights reserved.