public class JarManifest extends Object
Modifier and Type | Method and Description |
---|---|
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. odfdom.jar)
|
static String |
getOdfdomTitle()
Returns the ODFDOM library title
|
static String |
getOdfdomVersion()
Return the version of the ODFDOM library (ie. odfdom.jar)
|
static String |
getOdfdomWebsite()
Return the website of the ODFDOM library (ie. odfdom.jar)
|
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
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()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.