Class Version

  • All Implemented Interfaces:
    Info

    public class Version
    extends Object
    implements Info
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getRevision

        @Deprecated
        public static int getRevision()
        Deprecated.
      • getRevisionHash

        public static String getRevisionHash()
      • getBuildDate

        public static String getBuildDate()
      • getVersion

        public static String getVersion()
      • getVersionRevision

        public static String getVersionRevision()
      • getFullVersion

        public static String getFullVersion()
      • printUsage

        public static void printUsage()
      • main

        public static void main​(String[] args)
        Prints the current version, revision and build date to the standard out.
        Parameters:
        args -
        • --short - prints a short version string "1.2.3"
        • --revision - prints a short version string with the Git repository revision "1.2.3-${revision_hash}"
        • --full - prints the revision and the build date