org.opends.server.util
Class DynamicConstants

java.lang.Object
  extended by org.opends.server.util.DynamicConstants

@PublicAPI(stability=UNCOMMITTED,
           mayInstantiate=false,
           mayExtend=false,
           mayInvoke=true)
public final class DynamicConstants
extends java.lang.Object

This file contains a number of constants that are used throughout the Directory Server source. It was dynamically generated as part of the Directory Server build process and should not be edited directly.


Field Summary
static java.lang.String BUILD_ID
          The build ID for the generated build of the Directory Server.
static java.lang.String BUILD_JAVA_VENDOR
          The vendor for the Java version used to generate this build.
static java.lang.String BUILD_JAVA_VERSION
          The Java version used to generate this build.
static java.lang.String BUILD_JVM_VENDOR
          The vendor for the JVM used to generate this build.
static java.lang.String BUILD_JVM_VERSION
          The JVM version used to generate this build.
static int BUILD_NUMBER
          The official build number for the Directory Server.
static java.lang.String BUILD_OS
          The operating system on which this build was generated.
static java.lang.String BUILD_USER
          The username of the user that created this build.
static java.lang.String COMPACT_VERSION_STRING
          A compact version string for this product, suitable for use in path names and similar cases.
static boolean DEBUG_BUILD
          Indicates whether this is a debug build of the Directory Server that may include additional debugging facilities not available in standard release versions.
static java.lang.String FIX_IDS
          The set of bug IDs for fixes included in this build of the Directory Server.
static java.lang.String FULL_VERSION_STRING
          A full version string for this product.
static int MAJOR_VERSION
          The major version number for the Directory Server.
static int MINOR_VERSION
          The minor version number for the Directory Server.
static int POINT_VERSION
          The point version number for the Directory Server.
static java.lang.String PRINTABLE_VERSION_STRING
          A printable version string for this product.
static java.lang.String PRODUCT_NAME
          The official full product name for the Directory Server.
static long REVISION_NUMBER
          The Subversion revision number on which this build is based.
static java.lang.String SHORT_NAME
          The short product name for the Directory Server.
static java.lang.String VERSION_NUMBER_STRING
          A string representation of the version number.
static java.lang.String VERSION_QUALIFIER
          The version qualifier string for the Directory Server.
static boolean WEAVE_ENABLED
          Indicates wheater this build includes AspectJ weaving for the debug logging framework.
 
Constructor Summary
DynamicConstants()
           
 
Method Summary
 
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 Directory Server.

See Also:
Constant Field Values

SHORT_NAME

public static final java.lang.String SHORT_NAME
The short product name for the Directory Server.

See Also:
Constant Field Values

MAJOR_VERSION

public static final int MAJOR_VERSION
The major version number for the Directory Server.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The minor version number for the Directory Server.

See Also:
Constant Field Values

POINT_VERSION

public static final int POINT_VERSION
The point version number for the Directory Server.

See Also:
Constant Field Values

BUILD_NUMBER

public static final int BUILD_NUMBER
The official build number for the Directory Server.

See Also:
Constant Field Values

VERSION_QUALIFIER

public static final java.lang.String VERSION_QUALIFIER
The version qualifier string for the Directory Server.

See Also:
Constant Field Values

FIX_IDS

public static final java.lang.String FIX_IDS
The set of bug IDs for fixes included in this build of the Directory Server.

See Also:
Constant Field Values

BUILD_ID

public static final java.lang.String BUILD_ID
The build ID for the generated build of the Directory Server.

See Also:
Constant Field Values

BUILD_USER

public static final java.lang.String BUILD_USER
The username of the user that created this build.

See Also:
Constant Field Values

BUILD_JAVA_VERSION

public static final java.lang.String BUILD_JAVA_VERSION
The Java version used to generate this build.

See Also:
Constant Field Values

BUILD_JAVA_VENDOR

public static final java.lang.String BUILD_JAVA_VENDOR
The vendor for the Java version used to generate this build.

See Also:
Constant Field Values

BUILD_JVM_VERSION

public static final java.lang.String BUILD_JVM_VERSION
The JVM version used to generate this build.

See Also:
Constant Field Values

BUILD_JVM_VENDOR

public static final java.lang.String BUILD_JVM_VENDOR
The vendor for the JVM used to generate this build.

See Also:
Constant Field Values

BUILD_OS

public static final java.lang.String BUILD_OS
The operating system on which this build was generated.

See Also:
Constant Field Values

DEBUG_BUILD

public static final boolean DEBUG_BUILD
Indicates whether this is a debug build of the Directory Server that may include additional debugging facilities not available in standard release versions.

See Also:
Constant Field Values

REVISION_NUMBER

public static final long REVISION_NUMBER
The Subversion revision number on which this build is based.

See Also:
Constant Field Values

WEAVE_ENABLED

public static final boolean WEAVE_ENABLED
Indicates wheater this build includes AspectJ weaving for the debug logging framework.

See Also:
Constant Field Values

VERSION_NUMBER_STRING

public static final java.lang.String VERSION_NUMBER_STRING
A string representation of the version number.

See Also:
Constant Field Values

COMPACT_VERSION_STRING

public static final java.lang.String COMPACT_VERSION_STRING
A compact version string for this product, suitable for use in path names and similar cases.

See Also:
Constant Field Values

FULL_VERSION_STRING

public static final java.lang.String FULL_VERSION_STRING
A full version string for this product.


PRINTABLE_VERSION_STRING

public static final java.lang.String PRINTABLE_VERSION_STRING
A printable version string for this product.

Constructor Detail

DynamicConstants

public DynamicConstants()