Class Version


  • public class Version
    extends java.lang.Object
    Central point for version and build control.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getJarComment()
      Return the current Jar comment String.
      static java.lang.String getVersion()
      Return the current major.minor version string.
      • 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()
        Return the current major.minor version string.
        Returns:
        the version
      • getJarComment

        public static java.lang.String getJarComment()
        Return the current Jar comment String.
        Returns:
        the jar comment