|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.util.DynamicConstants
@PublicAPI(stability=UNCOMMITTED,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public final class DynamicConstantsThis 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 |
|---|
public static final java.lang.String PRODUCT_NAME
public static final java.lang.String SHORT_NAME
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final int POINT_VERSION
public static final int BUILD_NUMBER
public static final java.lang.String VERSION_QUALIFIER
public static final java.lang.String FIX_IDS
public static final java.lang.String BUILD_ID
public static final java.lang.String BUILD_USER
public static final java.lang.String BUILD_JAVA_VERSION
public static final java.lang.String BUILD_JAVA_VENDOR
public static final java.lang.String BUILD_JVM_VERSION
public static final java.lang.String BUILD_JVM_VENDOR
public static final java.lang.String BUILD_OS
public static final boolean DEBUG_BUILD
public static final long REVISION_NUMBER
public static final boolean WEAVE_ENABLED
public static final java.lang.String VERSION_NUMBER_STRING
public static final java.lang.String COMPACT_VERSION_STRING
public static final java.lang.String FULL_VERSION_STRING
public static final java.lang.String PRINTABLE_VERSION_STRING
| Constructor Detail |
|---|
public DynamicConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||