Package org.ek9lang.cli
Class Edp
java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.cli.E
org.ek9lang.cli.Edp
Check and pull all dependencies in.
Now this does a full clean so that all existing artefacts/generated sources and
targets are removed.
-
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, preConditionCheck, run
Methods inherited from class org.ek9lang.compiler.common.Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
Edp
Edp(CompilationContext compilationContext)
-
-
Method Details