|
||||||||||
| 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 metadata about the SIMPLE library as build date, version number. Its main() method is the start method of the library, enabling the access of versioning methods from command line: "java -jar simple.jar".
| Method Summary | |
|---|---|
static String |
getSimpleBuildDate()
Return the date when SIMPLE had been build |
static String |
getSimpleBuildResponsible()
Return the name of the one building the SIMPLE library (ie. |
static String |
getSimpleName()
Return the name of SIMPLE; |
static String |
getSimpleSupportedOdfVersion()
Returns the version of the OpenDocument specification covered by the SIMPLE library (ie. |
static String |
getSimpleTitle()
Returns the SIMPLE library title |
static String |
getSimpleVersion()
Return the version of the SIMPLE library (ie. |
static String |
getSimpleWebsite()
Return the website of the SIMPLE 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
IOExceptionpublic static String getSimpleName()
public static String getSimpleTitle()
public static String getSimpleVersion()
public static String getSimpleWebsite()
public static String getSimpleBuildResponsible()
public static String getSimpleBuildDate()
public static String getSimpleSupportedOdfVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||