Class Eve
java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.cli.E
org.ek9lang.cli.Eve
Base for the versioning commands.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class E
compilationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
Do a pre-condition check to ensure run can execute.(package private) boolean
setVersionNewNumber
(Eve.Version newVersion) Just sets the new version into the source file.Methods inherited from class E
doRun, getDevFinalOutputDirectory, getDevGeneratedOutputDirectory, getDotEk9Directory, getFileHandling, getMainFinalOutputDirectory, getMainGeneratedOutputDirectory, getOsSupport, messagePrefix, postConditionCheck, run
Methods inherited from class Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
Eve
Eve(CompilationContext compilationContext)
-
-
Method Details
-
preConditionCheck
boolean preConditionCheck()Description copied from class:E
Do a pre-condition check to ensure run can execute.- Overrides:
preConditionCheck
in classE
- Returns:
- true if all Ok, false if pre-condition not met.
-
setVersionNewNumber
Just sets the new version into the source file.
-