org.ow2.jonas
Class Version

java.lang.Object
  extended by org.ow2.jonas.Version

public final class Version
extends java.lang.Object

Information about the current version of JOnAS.

Author:
JOnAS team

Field Summary
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

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.


Copyright © 2010 OW2 Consortium. All Rights Reserved.