Class E

Direct Known Subclasses:
Ec, Ecl, Ed, Edp, Egk, Ei, Ep, Er, Et, Eve, Up

abstract class E extends Reporter
Abstract base for the command line ek9 commands.
  • Field Details

  • Constructor Details

  • Method Details

    • run

      boolean run()
    • preConditionCheck

      boolean preConditionCheck()
      Do a precondition check to ensure run can execute.
      Returns:
      true if all Ok false if precondition not met.
    • postConditionCheck

      boolean postConditionCheck()
    • messagePrefix

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

      protected FileHandling getFileHandling()
    • getOsSupport

      protected OsSupport getOsSupport()
    • doRun

      protected abstract boolean doRun()
      Actually run the execution.
    • getDotEk9Directory

      protected String getDotEk9Directory()
    • getMainGeneratedOutputDirectory

      protected File getMainGeneratedOutputDirectory()
    • getMainFinalOutputDirectory

      protected File getMainFinalOutputDirectory()
    • getDevGeneratedOutputDirectory

      protected File getDevGeneratedOutputDirectory()
    • getDevFinalOutputDirectory

      protected File getDevFinalOutputDirectory()