public class JarManifest extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getSimpleOdfBuildDate()
Return the date when Simple ODF had been build
|
static String |
getSimpleOdfBuildResponsible()
Return the name of the one building the Simple ODF library (ie.
|
static String |
getSimpleOdfName()
Return the name of Simple ODF;
|
static String |
getSimpleOdfSupportedOdfVersion()
Returns the version of the OpenDocument specification covered by the Simple ODF library (ie.
|
static String |
getSimpleOdfTitle()
Returns the Simple ODF library title
|
static String |
getSimpleOdfVersion()
Return the version of the Simple ODF library (ie.
|
static String |
getSimpleOdfWebsite()
Return the website of the Simple ODF library (ie.
|
static void |
main(String[] args)
The main method is meant to be called when the JAR is being executed, e.g.
|
public static void main(String[] args) throws IOException
simple-odf 0.3 (build 20110201-1729) from http://odftoolkit.org supporting ODF 1.2
Allowing version access from the JAR without the need to unzip the JAR nor naming the JAR (requiring the change of class path for every version due to JAR naming change).
IOExceptionpublic static String getSimpleOdfName()
public static String getSimpleOdfTitle()
public static String getSimpleOdfVersion()
public static String getSimpleOdfWebsite()
public static String getSimpleOdfBuildResponsible()
public static String getSimpleOdfBuildDate()
public static String getSimpleOdfSupportedOdfVersion()
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.