org.orbeon.oxf.common
Class Version

java.lang.Object
  extended byorg.orbeon.oxf.common.Version

public class Version
extends Object

Product version information.


Field Summary
static String RELEASE_NUMBER
           
 
Constructor Summary
Version()
           
 
Method Summary
static String getVersion()
          Return the product version.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RELEASE_NUMBER

public static final String RELEASE_NUMBER
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getVersion

public static String getVersion()
Return the product version.

Returns:
the product version

toString

public String toString()