Class Version


  • public final class Version
    extends java.lang.Object
    Contains the current Attivio version information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DESIGNATOR_VERSION
      Attivio Release Designator: ALPHA, BETA, blank "" for GA
      static int MAJOR_VERSION
      Attivio Major Version Number.
      static int MINOR_VERSION
      Attivio Minor Version Number.
      static int POINT_VERSION
      Attivio Point Version Number.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

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

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

      • MAJOR_VERSION

        public static final int MAJOR_VERSION
        Attivio Major Version Number.
        See Also:
        Constant Field Values
      • MINOR_VERSION

        public static final int MINOR_VERSION
        Attivio Minor Version Number.
        See Also:
        Constant Field Values
      • POINT_VERSION

        public static final int POINT_VERSION
        Attivio Point Version Number.
        See Also:
        Constant Field Values
      • DESIGNATOR_VERSION

        public static final java.lang.String DESIGNATOR_VERSION
        Attivio Release Designator: ALPHA, BETA, blank "" for GA
        See Also:
        Constant Field Values
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getOfficialVersion

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

        public static void main​(java.lang.String[] args)
        Prints out official version string.