|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.xml.catalog.Version
public class Version
Administrative class to keep track of the version number of xml-commons external sources releases. See xml-commons/java/resolver.xml for filtering on 1.0, etc.
Constructor Summary | |
---|---|
Version()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static String getVersion()
"XmlResolver v.r"
.
public static String getProduct()
public static String getVersionNum()
public static void main(String[] argv)
argv
- command line arguments, unused.
|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |