Interface IPluginInitializeValidationResult
- 
- All Known Implementing Classes:
 DefaultPluginValidationResult
public interface IPluginInitializeValidationResultRepresents the result when the properties of a plugin were validated.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getErrorMessages()Gets the localized error messages.booleanisValid()Gets whether the plugin configuration is valid. 
 - 
 
- 
- 
Method Detail
- 
isValid
boolean isValid()
Gets whether the plugin configuration is valid. If it is invalid,error messagesmay also be available, but a validation result may be invalid even without error messages.- Returns:
 trueif the properties are valid,falseif the plugin configuration is invalid.
 
 - 
 
 -