org.openmdx.application
Class Version

java.lang.Object
  extended by org.openmdx.application.Version

public class Version
extends Object

The subtree's specification and implementation version.


Constructor Summary
Version()
           
 
Method Summary
static String getImplementationVersion()
          Get the implementation version.
static String getSpecificationVersion()
          Get the specification version.
static String getVersion()
          Deprecated. use #getImplementationVersion() instead
static void main(String[] arguments)
          Define a main so that the version may easily be printed by a tool
 
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

getSpecificationVersion

public static String getSpecificationVersion()
Get the specification version.

Returns:
the implementation version

getImplementationVersion

public static String getImplementationVersion()
Get the implementation version.

Returns:
the implementation version

getVersion

public static String getVersion()
Deprecated. use #getImplementationVersion() instead

Get the implementation version.

Returns:
the implementation version

main

public static void main(String[] arguments)
Define a main so that the version may easily be printed by a tool

Parameters:
arguments - the program arguments


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.