org.exolab.jms.util
Class Version

java.lang.Object
  extended by org.exolab.jms.util.Version

public final class Version
extends java.lang.Object

This class provides version information from the openjms.version configuration file.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:02 $
Author:
Tim Anderson

Field Summary
static java.lang.String BUILD_DATE
          The build date
static java.lang.String COPYRIGHT
          The copyright message
static java.lang.String FILE_NAME
          The name of the version configuration file
static int MAJOR_VERSION
          The major version number
static int MINOR_VERSION
          The minor version number
static java.lang.String TITLE
          The product title
static java.lang.String VENDOR_NAME
          The vendor name
static java.lang.String VENDOR_URL
          The vendor URL
static java.lang.String VERSION
          The version number
 
Method Summary
static void main(java.lang.String[] args)
          Displays all version information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR_NAME

public static final java.lang.String VENDOR_NAME
The vendor name


VENDOR_URL

public static final java.lang.String VENDOR_URL
The vendor URL


VERSION

public static final java.lang.String VERSION
The version number


MAJOR_VERSION

public static final int MAJOR_VERSION
The major version number


MINOR_VERSION

public static final int MINOR_VERSION
The minor version number


BUILD_DATE

public static final java.lang.String BUILD_DATE
The build date


TITLE

public static final java.lang.String TITLE
The product title


COPYRIGHT

public static final java.lang.String COPYRIGHT
The copyright message


FILE_NAME

public static final java.lang.String FILE_NAME
The name of the version configuration file

See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
Displays all version information



Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.