Package org.ek9lang.cli
Class Er
java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.cli.E
org.ek9lang.cli.Er
Run the application that has been built or is already built.
-
Field Summary
Fields inherited from class org.ek9lang.cli.E
compilationContext
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ek9lang.cli.E
getDevFinalOutputDirectory, getDevGeneratedOutputDirectory, getDotEk9Directory, getFileHandling, getMainFinalOutputDirectory, getMainGeneratedOutputDirectory, getOsSupport, postConditionCheck, run
Methods inherited from class org.ek9lang.compiler.common.Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
Er
Er(CompilationContext compilationContext)
-
-
Method Details
-
messagePrefix
Description copied from class:Reporter
Provide the report/log message prefix.- Specified by:
messagePrefix
in classE
-
preConditionCheck
public boolean preConditionCheck()Description copied from class:E
Do a precondition check to ensure run can execute.- Overrides:
preConditionCheck
in classE
- Returns:
- true if all Ok false if precondition not met.
-
doRun
protected boolean doRun()Description copied from class:E
Actually run the execution.
-