OpenOffice.org
XMerge API

org.openoffice.xmerge
Class Version

java.lang.Object
  |
  +--org.openoffice.xmerge.Version

public final class Version
extends java.lang.Object

This class provides a quick utility to check the version of the jar file. It has a main method that prints out the version info. It also provides two static methods for runtime classes to query.


Method Summary
static java.lang.String getImplementationVersion()
          Returns implementation version.
static java.lang.String getSpecificationVersion()
          Returns specification version.
static void main(java.lang.String[] args)
          Main method for printing out version info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImplementationVersion

public static java.lang.String getImplementationVersion()
Returns implementation version.
Returns:
The implementation version.

getSpecificationVersion

public static java.lang.String getSpecificationVersion()
Returns specification version.
Returns:
The specification version.

main

public static void main(java.lang.String[] args)
Main method for printing out version info.
Parameters:
args - Array of arguments, not used.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org