Class ConfigureModuleProject

All Implemented Interfaces:
IHandler, IHandler2

public class ConfigureModuleProject extends AbstractHandler
Configures the project to an IIZI Module project.
Author:
Christopher Mindus
  • Constructor Details

    • ConfigureModuleProject

      public ConfigureModuleProject()
      Constructor.
  • Method Details

    • setEnabled

      public void setEnabled(Object evaluationContext)
      Called by the framework to allow the handler to update its enabled state by extracting the same information available at execution time.
      Specified by:
      setEnabled in interface IHandler2
      Overrides:
      setEnabled in class AbstractHandler
      Parameters:
      evaluationContext - The application context. May be null.
    • execute

      public Object execute(ExecutionEvent event) throws ExecutionException
      Executes with the map of parameter values by name.
      Parameters:
      event - An event containing all the information about the current state of the application; must not be null.
      Returns:
      the result of the execution. Reserved for future use, must be null.
      Throws:
      ExecutionException - If an exception occurred during execution.