Class Version


  • @ThreadSafety(level=COMPLETELY_THREADSAFE)
    public final class Version
    extends java.lang.Object
    This class provides version information for the UnboundID Server SDK. It has been automatically generated during the build process. Do not manually edit this file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD_TIMESTAMP
      A timestamp indicating when the Server SDK was built as a GMT time.
      static java.lang.String COMPACT_VERSION_STRING
      The compact version string for the Server SDK, without any spaces.
      static java.lang.String FULL_VERSION_STRING
      The full version string for the Server SDK.
      static int MAJOR_VERSION
      The major version number for the Server SDK.
      static int MINOR_VERSION
      The minor version number for the Server SDK.
      static int PATCH_VERSION
      The patch version number for the Server SDK.
      static int POINT_VERSION
      The point version number for the Server SDK.
      static java.lang.String PRODUCT_NAME
      The official full product name for the Server SDK.
      static java.lang.String REPOSITORY_PATH
      The source repository branch from which the Server SDK was built.
      static java.lang.String REVISION_ID
      The source repository revision ID from which the Server SDK was built.
      static java.lang.String SHORT_NAME
      The short product name for the Server SDK, without any spaces.
      static java.lang.String VERSION_NUMBER_STRING
      The version number string for the Server SDK.
      static java.lang.String VERSION_QUALIFIER
      The version qualifier string for the Server SDK.
    • 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 version information for the UnboundID Server SDK to standard output.
      • Methods inherited from class java.lang.Object

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

      • PRODUCT_NAME

        public static final java.lang.String PRODUCT_NAME
        The official full product name for the Server SDK. For this build, the value is: "UnboundID Server SDK".
        See Also:
        Constant Field Values
      • SHORT_NAME

        public static final java.lang.String SHORT_NAME
        The short product name for the Server SDK, without any spaces. For this build, the value is: "unboundid-server-sdk".
        See Also:
        Constant Field Values
      • VERSION_QUALIFIER

        public static final java.lang.String VERSION_QUALIFIER
        The version qualifier string for the Server SDK. For this build, the value is: "".
        See Also:
        Constant Field Values
      • FULL_VERSION_STRING

        public static final java.lang.String FULL_VERSION_STRING
        The full version string for the Server SDK. For this build, the value is: "UnboundID Server SDK 10.0.0.0".
        See Also:
        Constant Field Values
      • COMPACT_VERSION_STRING

        public static final java.lang.String COMPACT_VERSION_STRING
        The compact version string for the Server SDK, without any spaces. For this build, the value is: "unboundid-server-sdk-10.0.0.0".
        See Also:
        Constant Field Values
      • BUILD_TIMESTAMP

        public static final java.lang.String BUILD_TIMESTAMP
        A timestamp indicating when the Server SDK was built as a GMT time. For this build, the value is: "20231213174748Z".
        See Also:
        Constant Field Values
      • REPOSITORY_PATH

        public static final java.lang.String REPOSITORY_PATH
        The source repository branch from which the Server SDK was built. For this build, the value is: "ace9b1b5d73d09919e67715f9b44a5e00a585cca".
        See Also:
        Constant Field Values
      • REVISION_ID

        public static final java.lang.String REVISION_ID
        The source repository revision ID from which the Server SDK was built. For this build, the value is: "v10.0.0.0-GA".
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • main

        public static void main​(java.lang.String... args)
        Prints version information for the UnboundID Server SDK to standard output.
        Parameters:
        args - The command-line arguments provided to this program.