Class Version

java.lang.Object
coneforest.psylla.Version

public class Version extends Object
A class holding versioning information.
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • getVersion

      public static String getVersion()
      Returns the version string.
      Returns:
      the version string.
    • getMajor

      public static int getMajor()
      Returns the major version number.
      Returns:
      the major version number.
    • getMinor

      public static int getMinor()
      Returns the minor version number.
      Returns:
      the minor version number.
    • getMicro

      public static int getMicro()
      Returns the micro version number.
      Returns:
      the micro version number.
    • getCode

      public static String getCode()
      Returns the version encoded as a string.
      Returns:
      the version encoded as a string.
    • getReleaseType

      public static String getReleaseType()
      Get the release type.
      Returns:
      the release type.