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
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.interfaces.plugin.lifecycle.IPluginDefaultLifecycleData
SYSTEM_SCOPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locale
getLocale()
Gets the locale for the validation check.Properties
getProperties()
Returns the properties of the plugin-
Methods inherited from interface de.xima.fc.interfaces.plugin.lifecycle.IPluginDefaultLifecycleData
getClient, getFileHelper, getFrontendServer, getManifest, getResourceHelper, getRuntimeKey, getScopeKey
-
-
-
-
Method Detail
-
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 interfaceIPluginDefaultLifecycleData
- Returns:
Properties
-
-