Interface IPluginValidationData

All Superinterfaces:
IPluginDefaultLifecycleData
All Known Implementing Classes:
DefaultPluginValidationData

public interface IPluginValidationData extends IPluginDefaultLifecycleData
Parameters passed to the validation lifecycle method of plugins.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getLocale

      Locale getLocale()
      Gets the locale for the validation check. The locale may be used e.g. to generated localized error messages.
      Returns:
      The locale for locale-sensitive validation operations.
    • getProperties

      Properties getProperties()
      Description copied from interface: IPluginDefaultLifecycleData
      Returns the properties of the plugin
      Specified by:
      getProperties in interface IPluginDefaultLifecycleData
      Returns:
      The plugin properties.