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
Fields in com.github.zafarkhaja.semver declared as NormalVersionMethods in com.github.zafarkhaja.semver that return NormalVersionModifier and TypeMethodDescription(package private) NormalVersion
NormalVersion.incrementMajor()
Increments the major version number.(package private) NormalVersion
NormalVersion.incrementMinor()
Increments the minor version number.(package private) NormalVersion
NormalVersion.incrementPatch()
Increments the patch version number.private NormalVersion
VersionParser.parseVersionCore()
Parses the <version core> non-terminal.(package private) static NormalVersion
VersionParser.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 aVersion
instance with the normal version.(package private)
Version
(NormalVersion normal, MetadataVersion preRelease) Constructs aVersion
instance with the normal version and the pre-release version.(package private)
Version
(NormalVersion normal, MetadataVersion preRelease, MetadataVersion build) Constructs aVersion
instance with the normal version, the pre-release version and the build metadata.