org.ow2.jonas
Class Version

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

public final class Version
extends Object

Information about the current version of JOnAS.

Author:
JOnAS team

Field Summary
static String VENDOR
          JOnAS Vendor.
 
Method Summary
static String getNumber()
           
static void main(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 String VENDOR
JOnAS Vendor.

See Also:
Constant Field Values
Method Detail

main

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

Parameters:
args - the arguments for this program

getNumber

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.