Uses of Class
com.github.zafarkhaja.semver.NormalVersion
Packages that use NormalVersion
Package
Description
This is the root package of the Java SemVer library.
-
Uses of NormalVersion in com.github.zafarkhaja.semver
Classes in com.github.zafarkhaja.semver that implement interfaces with type arguments of type NormalVersionModifier and TypeClassDescription(package private) classTheNormalVersionclass represents the version core.Fields in com.github.zafarkhaja.semver declared as NormalVersionMethods in com.github.zafarkhaja.semver that return NormalVersionModifier and TypeMethodDescription(package private) NormalVersionNormalVersion.incrementMajor()Increments the major version number.(package private) NormalVersionNormalVersion.incrementMinor()Increments the minor version number.(package private) NormalVersionNormalVersion.incrementPatch()Increments the patch version number.private NormalVersionVersionParser.parseVersionCore()Parses the <version core> non-terminal.(package private) static NormalVersionVersionParser.parseVersionCore(String versionCore) Parses the version core.Methods in com.github.zafarkhaja.semver with parameters of type NormalVersionConstructors in com.github.zafarkhaja.semver with parameters of type NormalVersionModifierConstructorDescription(package private)Version(NormalVersion normal) Constructs aVersioninstance with the normal version.(package private)Version(NormalVersion normal, MetadataVersion preRelease) Constructs aVersioninstance with the normal version and the pre-release version.(package private)Version(NormalVersion normal, MetadataVersion preRelease, MetadataVersion build) Constructs aVersioninstance with the normal version, the pre-release version and the build metadata.