Class CheckConfigHelper

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugins.admin.configuration.CheckConfigHelper
All Implemented Interfaces:
LogEnabled, Component

public class CheckConfigHelper extends AbstractLogEnabled implements Component
Fetch the check values and dispatch the requests to the appropriate parameter checkers.
  • Constructor Details

  • Method Details

    • check

      public Map<String,Object> check(Map<String,Object> fieldCheckersInfo)
      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