interface ConfigurationValidator
(source)
A validator for a configuration.
Validators of this type are invoked during verification after all property validators. However, errors returned by property validators do not prevent this validator being evaluated, so properties of the configuration may be missing or invalid.
validate |
Validate a configuration. abstract fun validate(configuration: Configuration!): MutableList<ConfigurationError!>! |