Class CheckConfigHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugins.admin.configuration.CheckConfigHelper
- All Implemented Interfaces:
LogEnabled,Component
Fetch the check values and dispatch the requests to the appropriate parameter checkers.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
CheckConfigHelper
public CheckConfigHelper()
-
-
Method Details
-
check
Check the configuration values for the requested checkers- Parameters:
fieldCheckersInfo- a JSON map of the checkers info- Returns:
- a map with each failed checker id and the associated message
-