Class CMD_reset

  • Field Details

    • logger

      public static final org.apache.logging.log4j.Logger logger
  • Constructor Details

  • Method Details

    • invoke

      public Object invoke(NBCommandParams params, PrintWriter stdout, PrintWriter stderr, Reader stdin, ContainerActivitiesController controller)
      This command is used to restart the initial step activity in a scenario after optimization results have been determined by the previous steps. Any parameters that should be modified from the initially specified parameters for the activity should be specified on the command line, typically using bindings to reference the outputs of the previous steps, although this is not mandatory.
      Specified by:
      invoke in class NBBaseCommand
      Parameters:
      params -
      stdout -
      stderr -
      stdin -
      controller -
      Returns:
      null