|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlcommons.Version
public class Version
Administrative class to keep track of the version number of xml-commons external sources releases. See xml-commons/java/external/build.xml for filtering on 1.0, etc.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.lang.String |
getProduct()
Get just the product name. |
static java.lang.String |
getVersion()
Get the basic version string for the current xml-commons external sources release. |
static java.lang.String |
getVersionNum()
Get just the version number v.r. |
static void |
main(java.lang.String[] argv)
Print the release version to the command line. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static java.lang.String getVersion()
"XmlCommons v.r"
.
Futurework: have this read version info from jar manifest.
public static java.lang.String getProduct()
public static java.lang.String getVersionNum()
public static void main(java.lang.String[] argv)
argv
- command line arguments, unused.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |