LibreOffice Module xmerge (master) 1
|
This class provides a quick utility to check the version of the jar file. More...
Static Public Member Functions | |
static String | getSpecificationVersion () |
Returns specification version. More... | |
static String | getImplementationVersion () |
Returns implementation version. More... | |
static void | main (String args[]) |
Main method for printing out version info. More... | |
Private Member Functions | |
Version () | |
Private constructor to provide a singleton instance. More... | |
Static Private Attributes | |
static final Version | version = new Version() |
static final Package | pkg = version.getClass().getPackage() |
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.
Definition at line 27 of file Version.java.
|
inlineprivate |
Private constructor to provide a singleton instance.
Definition at line 36 of file Version.java.
|
inlinestatic |
Returns implementation version.
Definition at line 53 of file Version.java.
References org.openoffice.xmerge.Version.pkg, and String.
|
inlinestatic |
Returns specification version.
Definition at line 44 of file Version.java.
References org.openoffice.xmerge.Version.pkg, and String.
|
inlinestatic |
Main method for printing out version info.
args | Array of arguments, not used. |
Definition at line 62 of file Version.java.
References org.openoffice.xmerge.Version.pkg, and System.
|
staticprivate |
Definition at line 31 of file Version.java.
Referenced by org.openoffice.xmerge.Version.getImplementationVersion(), org.openoffice.xmerge.Version.getSpecificationVersion(), and org.openoffice.xmerge.Version.main().
Definition at line 29 of file Version.java.