org.apache.xml.resolver

Class Version

public class Version extends 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.
Method Summary
static StringgetProduct()
Get just the product name.
static StringgetVersion()
Get the version string for xml-commons-resolver.
static StringgetVersionNum()
Get just the version number v.r.
static voidmain(String[] argv)
Print the release version to the command line.

Method Detail

getProduct

public static String getProduct()
Get just the product name.

Returns: String denoting our product name

getVersion

public static String getVersion()
Get the version string for xml-commons-resolver. Version String formatted like: "XmlResolver v.r".

Returns: String denoting our current version

getVersionNum

public static String getVersionNum()
Get just the version number v.r.

Returns: String denoting our current version number

main

public static void main(String[] argv)
Print the release version to the command line.

Parameters: argv command line arguments, unused.

Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.