Uses of Class
org.ek9lang.core.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in org.ek9lang.core
Classes in org.ek9lang.core that implement interfaces with type arguments of type SemanticVersionModifier and TypeClassDescriptionfinal classCan be a normal version number like 6.8.2-9 i.e 9 is the build number Or can be for a feature like 6.1.6-specialFeature12-19 i.e.Methods in org.ek9lang.core that return SemanticVersionModifier and TypeMethodDescriptionstatic SemanticVersionParse a version string to produce a Semantic Version object.static SemanticVersionSemanticVersion.withNoBuildNumber(String value) Parse a version string that also have a build number to produce a Semantic Version object.Methods in org.ek9lang.core with parameters of type SemanticVersion