com.unboundid.directory.sdk.common.types
Class Version

java.lang.Object
  extended by com.unboundid.directory.sdk.common.types.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
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
Version()
           
 
Method Summary
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

MAJOR_VERSION

public static final int MAJOR_VERSION
The major version number for the Server SDK. For this build, the value is: "4".

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The minor version number for the Server SDK. For this build, the value is: "1".

See Also:
Constant Field Values

POINT_VERSION

public static final int POINT_VERSION
The point version number for the Server SDK. For this build, the value is: "0".

See Also:
Constant Field Values

PATCH_VERSION

public static final int PATCH_VERSION
The patch version number for the Server SDK. For this build, the value is: "10".

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

VERSION_NUMBER_STRING

public static final java.lang.String VERSION_NUMBER_STRING
The version number string for the Server SDK. For this build, the value is: "4.1.0.10".

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 4.1.0.10".

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-4.1.0.10".

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: "20140326140540Z".

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: "/directory/branches/ds-4.1".

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: "17129".

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
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.