|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.JarManifest
public class JarManifest
Provides metadata about the ODFDOM 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 odfdom.jar".
| Method Summary | |
|---|---|
static java.lang.String |
getOdfdomBuildDate()
Return the date when ODFDOM had been build |
static java.lang.String |
getOdfdomBuildResponsible()
Return the name of the one building the ODFDOM library (ie. odfdom.jar) |
static java.lang.String |
getOdfdomName()
Return the name of ODFDOM; |
static java.lang.String |
getOdfdomSupportedOdfVersion()
Returns the version of the OpenDocument specification covered by the ODFDOM library (ie. odfdom.jar) |
static java.lang.String |
getOdfdomTitle()
Returns the ODFDOM library title |
static java.lang.String |
getOdfdomVersion()
Return the version of the ODFDOM library (ie. odfdom.jar) |
static java.lang.String |
getOdfdomWebsite()
Return the website of the ODFDOM library (ie. odfdom.jar) |
static void |
main(java.lang.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(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String getOdfdomName()
public static java.lang.String getOdfdomTitle()
public static java.lang.String getOdfdomVersion()
public static java.lang.String getOdfdomWebsite()
public static java.lang.String getOdfdomBuildResponsible()
public static java.lang.String getOdfdomBuildDate()
public static java.lang.String getOdfdomSupportedOdfVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||