Class Version


  • public final class Version
    extends java.lang.Object
    A class which contains the version information
    Version:
    $Revision: 8500 $ $Date: 2006-04-05 15:43:19 -0600 (Wed, 05 Apr 2006) $
    Author:
    Keith Visco
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD_VERSION
      The version number with build information
      static java.lang.String VERSION
      The version number
      static java.lang.String VERSION_DATE
      The version date.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getBuildVersion()  
      static void main​(java.lang.String[] args)
      Command line
      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        The version number
        See Also:
        Constant Field Values
      • VERSION_DATE

        public static final java.lang.String VERSION_DATE
        The version date.
        See Also:
        Constant Field Values
      • BUILD_VERSION

        public static final java.lang.String BUILD_VERSION
        The version number with build information
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getBuildVersion

        public static java.lang.String getBuildVersion()
      • main

        public static void main​(java.lang.String[] args)
        Command line