Interface LateBoundPrerequisitesChecker


public interface LateBoundPrerequisitesChecker
check wheather the given runConfig has a chance to be successful or needs corrective measure. Alternatively can be used for post processing of the RunConfig before it gets executed. Similar to PrerequisitesChecker but this one is called late in the game and is called for every rerun of the action (as triggered from output window for example)
See Also:
  • Method Details

    • checkRunConfig

      boolean checkRunConfig(RunConfig config, ExecutionContext con)
      Parameters:
      config -
      Returns:
      true if the execution shall continue., otherwise it will be aborted.