Class Version
java.lang.Object
com.github.virtualcitysystems.semver.Version
-
Method Summary
Modifier and TypeMethodDescriptionintgetMajor()intgetMinor()intgetPatch()intbooleanstatic VersiontoVersionString(boolean includePreRelease)
-
Method Details
-
of
- Throws:
IllegalArgumentException
-
isReleaseCandidate
public boolean isReleaseCandidate() -
getMajor
public int getMajor() -
incrementMajor
-
resetMajor
-
getMinor
public int getMinor() -
incrementMinor
-
resetMinor
-
getPatch
public int getPatch() -
incrementPatch
-
resetPatch
-
getPreRelease
public int getPreRelease() -
incrementPreRelease
-
toVersionString
-