Uses of Class
com.github.zafarkhaja.semver.NormalVersion
-
Packages that use NormalVersion Package Description com.github.zafarkhaja.semver 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 NormalVersion Modifier and Type Field Description private NormalVersionVersion. normalThe normal version.Methods in com.github.zafarkhaja.semver that return NormalVersion Modifier and Type Method Description (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(java.lang.String versionCore)Parses the version core.Methods in com.github.zafarkhaja.semver with parameters of type NormalVersion Modifier and Type Method Description intNormalVersion. compareTo(NormalVersion other)Constructors in com.github.zafarkhaja.semver with parameters of type NormalVersion Constructor Description Version(NormalVersion normal)Constructs aVersioninstance with the normal version.Version(NormalVersion normal, MetadataVersion preRelease)Constructs aVersioninstance with the normal version and the pre-release version.Version(NormalVersion normal, MetadataVersion preRelease, MetadataVersion build)Constructs aVersioninstance with the normal version, the pre-release version and the build metadata.
-