public interface Version
Versioning information.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic StringgetCode()Returns the version encoded as a string.static intgetMajor()Returns the major version number.static intgetMicro()Returns the micro version number.static intgetMinor()Returns the minor version number.static StringGet the release type.static StringReturns the version string.
-
Method Details
-
getVersion
Returns the version string.- Returns:
- the version string.
-
getMajor
static int getMajor()Returns the major version number.- Returns:
- the major version number.
-
getMinor
static int getMinor()Returns the minor version number.- Returns:
- the minor version number.
-
getMicro
static int getMicro()Returns the micro version number.- Returns:
- the micro version number.
-
getCode
Returns the version encoded as a string.- Returns:
- the version encoded as a string.
-
getReleaseType
Get the release type.- Returns:
- the release type.
-