Class Efc
java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.cli.E
org.ek9lang.cli.Ec
org.ek9lang.cli.Efc
Do a full recompile of all sources inside project.
Note this triggers a full resolution of dependencies and those too are pulled again
and recompiled.
-
Field Summary
Fields inherited from class E
compilationContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Ec
compile, getCompilerFlags, prepareCompilation, repackageTargetArtefact, setCheckCompilationOnly, setCompilerFlags, setDebuggingInstrumentation, setDevBuild, setPhaseToCompileTo
Methods inherited from class E
getDevFinalOutputDirectory, getDevGeneratedOutputDirectory, getDotEk9Directory, getFileHandling, getMainFinalOutputDirectory, getMainGeneratedOutputDirectory, getOsSupport, postConditionCheck, preConditionCheck, run
Methods inherited from class Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
Efc
Efc(CompilationContext compilationContext)
-
-
Method Details
-
messagePrefix
Description copied from class:Reporter
Provide the report/log message prefix.- Specified by:
messagePrefix
in classE
-
doRun
-