Package org.ek9lang.cli
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
-
Field Summary
Fields inherited from class org.ek9lang.cli.E
compilationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) boolean
Do a precondition 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 org.ek9lang.cli.E
doRun, getDevFinalOutputDirectory, getDevGeneratedOutputDirectory, getDotEk9Directory, getFileHandling, getMainFinalOutputDirectory, getMainGeneratedOutputDirectory, getOsSupport, messagePrefix, postConditionCheck, run
Methods inherited from class org.ek9lang.compiler.common.Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
Eve
Eve(CompilationContext compilationContext)
-
-
Method Details
-
preConditionCheck
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.
-
setVersionNewNumber
Just sets the new version into the source file.
-