|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.ReleaseInfo
This class contains some release info. Execute this class to dump the release information to a properties file.
Field Summary | |
static short |
CORBA_MAJOR
CORBA major version. |
static short |
CORBA_MINOR
CORBA minor version. |
static java.lang.String |
CORBA_VERSION
String containing the corba version |
static short |
OPENORB_MAJOR
Major version of OpenORB. |
static short |
OPENORB_MINOR
Minor version of OpenORB. |
static short |
OPENORB_MINOR_CHANGE
The OpenORB Version number is divided into three parts. |
static java.lang.String |
OPENORB_VERSION
String continaing the OpenORB verison. |
static java.lang.String |
RELEASE
Version identifier with extra information. |
static java.lang.String |
RELEASE_TAG
Release tag. |
static java.lang.String |
VERSION
Full version identifier. |
Constructor Summary | |
ReleaseInfo()
|
Method Summary | |
static java.util.Properties |
getProperties()
Get release information in property key format. |
static void |
main(java.lang.String[] args)
Dump release information to a properties file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short CORBA_MAJOR
public static final short CORBA_MINOR
public static final java.lang.String CORBA_VERSION
public static final short OPENORB_MAJOR
public static final short OPENORB_MINOR
public static final short OPENORB_MINOR_CHANGE
public static final java.lang.String OPENORB_VERSION
public static final java.lang.String VERSION
public static final java.lang.String RELEASE
public static final java.lang.String RELEASE_TAG
Constructor Detail |
public ReleaseInfo()
Method Detail |
public static java.util.Properties getProperties()
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |