Package coneforest.psylla
Class Version
java.lang.Object
coneforest.psylla.Version
A class holding versioning information.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Get the version string.- Returns:
- the version string.
-
getMajor
public static int getMajor()Get the major version number.- Returns:
- the major version number.
-
getMinor
public static int getMinor()Get the minor version number.- Returns:
- the minor version number.
-
getMicro
public static int getMicro()Get the micro version number.- Returns:
- the micro version number.
-
getReleaseType
Get the release type.- Returns:
- the release type.
-