| Interface | Description |
|---|---|
| ConfigValidator |
Validates Frame configuration such as FeatureDef config, Join config, etc.
|
| Class | Description |
|---|---|
| ConfigValidatorFactory |
Factory class for
ConfigValidator to replace the usage of the static method of
ConfigValidator.getInstance(ClientType clientType)
Since the above getInstance method is used in li-frame-plugin, which is written in Groovy. |
| ValidationResult |
Class to hold the configuration validation results
|
| Enum | Description |
|---|---|
| ClientType |
Enum for the type of Frame client.
|
| ValidationStatus |
Enum for config validation status.
|
| ValidationType |
Enum for the type of config validation to be performed
|
| Exception | Description |
|---|---|
| ConfigValidationException |
Runtime exception thrown if the config validation couldn't be performed.
|