Package org.apache.xml.resolver
Class Version
- java.lang.Object
-
- org.apache.xml.resolver.Version
-
public class Version extends java.lang.Object
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
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getProduct()
Get just the product name.static java.lang.String
getVersion()
Get the version string for xml-commons-resolver.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.
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Get the version string for xml-commons-resolver. Version String formatted like:"XmlResolver v.r"
.- Returns:
- String denoting our current version
-
getProduct
public static java.lang.String getProduct()
Get just the product name.- Returns:
- String denoting our product name
-
getVersionNum
public static java.lang.String getVersionNum()
Get just the version number v.r.- Returns:
- String denoting our current version number
-
main
public static void main(java.lang.String[] argv)
Print the release version to the command line.- Parameters:
argv
- command line arguments, unused.
-
-