|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.Version
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 |
public static java.lang.String getImplementationVersion()
public static java.lang.String getSpecificationVersion()
public static void main(java.lang.String[] args)
args
- Array of arguments, not used.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |