Class VersionConstants


  • public final class VersionConstants
    extends java.lang.Object
    VersionConstants defines the version and build numbers for the distribution.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD
      Build number.
      static java.util.Date DATE
      Date
      static java.lang.String DATE_STRING
      Date
      static java.lang.String VERSION
      Version
      static java.lang.String VERSION_IDENT
      Buid ident string.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DATE_STRING

        public static final java.lang.String DATE_STRING
        Date
      • DATE

        public static final java.util.Date DATE
        Date
      • VERSION

        public static final java.lang.String VERSION
        Version
      • BUILD

        public static final java.lang.String BUILD
        Build number.
      • VERSION_IDENT

        public static final java.lang.String VERSION_IDENT
        Buid ident string.
    • Constructor Detail

      • VersionConstants

        public VersionConstants()