Class Version


  • public class Version
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int UPDATE_INTERVAL  
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPlainVersion()  
      static java.lang.String getVersion()  
      private static void printVersion​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Returns:
        the version, build date and update hint.
      • getPlainVersion

        public static java.lang.String getPlainVersion()
        Returns:
        only version, e.g. "1.19", or "-" if the version cannot be determined.
      • printVersion

        private static void printVersion​(java.io.PrintWriter pw)