Uses of Class
org.ek9lang.cli.Eve.Version
Packages that use Eve.Version
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of Eve.Version in org.ek9lang.cli
Methods in org.ek9lang.cli that return Eve.VersionModifier and TypeMethodDescription(package private) static Eve.VersionEve.Version.withBuildNumber(String value) Parse the incoming - but expect a build number.(package private) static Eve.VersionEve.Version.withFeatureNoBuildNumber(String value) (package private) static Eve.VersionEve.Version.withNoBuildNumber(String value) Parse the incoming - but expect no build number.(package private) static Eve.VersionEve.Version.withNoFeatureNoBuildNumber(String value) Methods in org.ek9lang.cli with parameters of type Eve.VersionModifier and TypeMethodDescription(package private) booleanEve.setVersionNewNumber(Eve.Version newVersion) Just sets the new version into the source file.