org.apache.xml.resolver
public class Version extends Object
Method Summary | |
---|---|
static String | getProduct()
Get just the product name.
|
static String | getVersion()
Get the version string for xml-commons-resolver.
|
static String | getVersionNum()
Get just the version number v.r. |
static void | main(String[] argv)
Print the release version to the command line. |
Returns: String denoting our product name
"XmlResolver v.r"
.
Returns: String denoting our current version
Returns: String denoting our current version number
Parameters: argv command line arguments, unused.