public interface SailImplConfig
Modifier and Type | Method and Description |
---|---|
Resource |
export(Model graph) |
long |
getIterationCacheSyncThreshold() |
String |
getType() |
void |
parse(Model graph,
Resource implNode) |
void |
validate()
Validates this configuration.
|
String getType()
long getIterationCacheSyncThreshold()
void validate() throws SailConfigException
SailConfigException
is thrown when the configuration is invalid. The
exception should contain an error message that indicates why the configuration is invalid.SailConfigException
- If the configuration is invalid.void parse(Model graph, Resource implNode) throws SailConfigException
SailConfigException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.