Class Version


  • public class Version
    extends java.lang.Object
    Holds Tentackle versioning information.
    Author:
    harald
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DATE
      the build timestamp
      static java.lang.String RELEASE
      the artifact version
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Prints the build version and license.
      • Methods inherited from class java.lang.Object

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

      • RELEASE

        public static final java.lang.String RELEASE
        the artifact version
      • DATE

        public static final java.lang.String DATE
        the build timestamp
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Prints the build version and license.
        Parameters:
        args - command line args (ignored)