com.ibm.rational.rpe.common.defs
Class BuildInfo

java.lang.Object
  extended by com.ibm.rational.rpe.common.defs.BuildInfo

public class BuildInfo
extends java.lang.Object

The BuildInfo provides identity information about Rational Reporting for Document Generation (RRDG) and Rational Publishing Engine (RPE). All of the information is provided through static members so this class does not need to be instantiated.


Field Summary
static int DOCSPEC_LANGUAGE_VERSION
          Constant for document specification version 1
static int DOCSPEC_LANGUAGE_VERSION_1
          The current (maximum) document specification version supported by this engine
static java.lang.String PRODUCT_NAME
          The name of the product.
static int TEMPLATE_LANGUAGE_VERSION
          The current (maximum) template version supported by this engine
static int TEMPLATE_LANGUAGE_VERSION_1
          Constant for template version 1.
static int TEMPLATE_LANGUAGE_VERSION_2
          Constant for template version 1.
 
Constructor Summary
BuildInfo()
          Deprecated. 
 
Method Summary
static java.lang.String getBuildNumber()
          Returns the build number of the current engine.
static java.lang.String getEngineVersion()
          Returns the release number of the current engine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRODUCT_NAME

public static final java.lang.String PRODUCT_NAME
The name of the product. The name is always "Rational Publishing Engine"

See Also:
Constant Field Values

TEMPLATE_LANGUAGE_VERSION_1

public static final int TEMPLATE_LANGUAGE_VERSION_1
Constant for template version 1. This template version is used by RRDG and RPE versions 1.2 and earlier.

See Also:
Constant Field Values

TEMPLATE_LANGUAGE_VERSION_2

public static final int TEMPLATE_LANGUAGE_VERSION_2
Constant for template version 1. This template version is used by RRDG and RPE versions 1.2 and later.

See Also:
Constant Field Values

TEMPLATE_LANGUAGE_VERSION

public static final int TEMPLATE_LANGUAGE_VERSION
The current (maximum) template version supported by this engine

See Also:
Constant Field Values

DOCSPEC_LANGUAGE_VERSION_1

public static final int DOCSPEC_LANGUAGE_VERSION_1
The current (maximum) document specification version supported by this engine

See Also:
Constant Field Values

DOCSPEC_LANGUAGE_VERSION

public static final int DOCSPEC_LANGUAGE_VERSION
Constant for document specification version 1

See Also:
Constant Field Values
Constructor Detail

BuildInfo

@Deprecated
public BuildInfo()
Deprecated. 

Deprecated. All of the information is available through static members so BuildInfo instances are not necessary.

Method Detail

getEngineVersion

public static final java.lang.String getEngineVersion()
Returns the release number of the current engine. Examples: 1.2 or 1.2.1


getBuildNumber

public static final java.lang.String getBuildNumber()
Returns the build number of the current engine. Example: 20131011_1438 This value can help you identify the exact patch level that is used.