org.apache.axis2
Class Version

java.lang.Object
  extended by org.apache.axis2.Version

public class Version
extends Object

Little utility to get the version and build date of the axis2.jar.

The messages referenced here are automatically kept up-to-date by the build.xml.


Constructor Summary
Version()
           
 
Method Summary
static String getVersion()
          Get the version of this AXIS.
static String getVersionText()
          Returns the Axis Version number and build date.
static void main(String[] args)
          Entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static String getVersion()
Get the version of this AXIS.

Returns:
the version of this axis2

getVersionText

public static String getVersionText()
Returns the Axis Version number and build date.

Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)

Returns:
the full version of this axis2

main

public static void main(String[] args)
Entry point.

Calling this with no arguments returns the version of the client-side axis2.jar.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.