Class Ef


final class Ef extends E
Format EK9 source files to canonical style. Supports single file (-f), all files (-F), and force modes (-ff, -fF).
  • 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

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

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