Class Er


class Er extends E
Run the application that has been built or is already built.
  • Constructor Details

  • Method Details

    • messagePrefix

      protected String messagePrefix()
      Description copied from class: Reporter
      Provide the report/log message prefix.
      Specified by:
      messagePrefix in class E
    • preConditionCheck

      public boolean preConditionCheck()
      Description copied from class: E
      Do a precondition check to ensure run can execute.
      Overrides:
      preConditionCheck in class E
      Returns:
      true if all Ok false if precondition not met.
    • doRun

      protected boolean doRun()
      Description copied from class: E
      Actually run the execution.
      Specified by:
      doRun in class E