|
||||||||||
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 String |
getOdfdomBuildDate()
Return the date when ODFDOM had been build |
static String |
getOdfdomName()
Return the name of ODFDOM; |
static String |
getOdfdomSupportedOdfVersion()
Returns the version of the OpenDocument specification covered by the ODFDOM library (ie. |
static String |
getOdfdomTitle()
Returns the ODFDOM library title |
static String |
getOdfdomVersion()
Return the version of the ODFDOM library (ie. |
static String |
getOdfdomWebsite()
Return the website of the ODFDOM 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 getOdfdomName()
public static String getOdfdomTitle()
public static String getOdfdomVersion()
public static String getOdfdomWebsite()
public static String getOdfdomBuildDate()
public static String getOdfdomSupportedOdfVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |