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 SailImplConfig
public void setType(String type)
public void validate() throws SailConfigException
SailImplConfig
SailConfigException
is thrown when
the configuration is invalid. The exception should contain an error
message that indicates why the configuration is invalid.validate
in interface SailImplConfig
SailConfigException
- If the configuration is invalid.public Resource export(Graph graph)
export
in interface SailImplConfig
public void parse(Graph graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
SailConfigException
public long getIterationCacheSyncThreshold()
getIterationCacheSyncThreshold
in interface SailImplConfig
public void setIterationCacheSyncThreshold(long iterationCacheSyncThreshold)
iterationCacheSyncThreshold
- The iterationCacheSyncThreshold to set.Copyright © 2001–2016 Aduna. All rights reserved.