org.openorb
Class ReleaseInfo

java.lang.Object
  |
  +--org.openorb.ReleaseInfo

public class ReleaseInfo
extends java.lang.Object

This class contains some release info. Execute this class to dump the release information to a properties file.

Version:
$Revision: 1.4 $ $Date: 2001/08/07 20:12:05 $
Author:
Jerome Daniel <daniel@intalio.com>, Chris Wood <wood@intalio.com>

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

CORBA_MAJOR

public static final short CORBA_MAJOR
CORBA major version.

CORBA_MINOR

public static final short CORBA_MINOR
CORBA minor version.

CORBA_VERSION

public static final java.lang.String CORBA_VERSION
String containing the corba version

OPENORB_MAJOR

public static final short OPENORB_MAJOR
Major version of OpenORB.

OPENORB_MINOR

public static final short OPENORB_MINOR
Minor version of OpenORB.

OPENORB_MINOR_CHANGE

public static final short OPENORB_MINOR_CHANGE
The OpenORB Version number is divided into three parts. The Minor change is the last part.

OPENORB_VERSION

public static final java.lang.String OPENORB_VERSION
String continaing the OpenORB verison.

VERSION

public static final java.lang.String VERSION
Full version identifier.

RELEASE

public static final java.lang.String RELEASE
Version identifier with extra information.

RELEASE_TAG

public static final java.lang.String RELEASE_TAG
Release tag.
Constructor Detail

ReleaseInfo

public ReleaseInfo()
Method Detail

getProperties

public static java.util.Properties getProperties()
Get release information in property key format. Property names are determined by taking each final value, changing to lower case and replacing _ with .

main

public static void main(java.lang.String[] args)
Dump release information to a properties file.