|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.rpe.common.defs.BuildInfo
public class BuildInfo
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 |
---|
public static final java.lang.String PRODUCT_NAME
public static final int TEMPLATE_LANGUAGE_VERSION_1
public static final int TEMPLATE_LANGUAGE_VERSION_2
public static final int TEMPLATE_LANGUAGE_VERSION
public static final int DOCSPEC_LANGUAGE_VERSION_1
public static final int DOCSPEC_LANGUAGE_VERSION
Constructor Detail |
---|
@Deprecated public BuildInfo()
Method Detail |
---|
public static final java.lang.String getEngineVersion()
public static final java.lang.String getBuildNumber()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |