|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odftoolkit.simple.JarManifest
public class JarManifest
Provides meta data about the Simple ODF library as build date, version number. Its main() method is the start method of the library, enabling the access of version methods from command line: "java -jar simple-odf.jar".
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args) throws IOException
IOException
public 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |