org.objectweb.jonas_lib.version
Class Version

java.lang.Object
  extended by org.objectweb.jonas_lib.version.Version

public class Version
extends java.lang.Object

Information about the current version of JOnAS.

Author:
jonas-team

Field Summary
static java.lang.String NUMBER
          Version number of JOnAS
static java.lang.String VENDOR
          JOnAS Vendor
 
Method Summary
static java.lang.String getNumber()
           
static void main(java.lang.String[] args)
          Main method of this class which display the version number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER

public static final java.lang.String NUMBER
Version number of JOnAS

See Also:
Constant Field Values

VENDOR

public static final java.lang.String VENDOR
JOnAS Vendor

See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
Main method of this class which display the version number

Parameters:
args - the arguments for this program

getNumber

public static java.lang.String getNumber()
Returns:
Returns the JOnAS Version Number.