|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.Version
public class Version
Administrative class to keep track of the version number of the Xalan release.
This class implements the upcoming standard of having org.apache.project-name.Version.getVersion() be a standard way to get version information. This class will replace the older org.apache.xalan.processor.Version class.
See also: org/apache/xalan/res/XSLTInfo.properties for information about the version of the XSLT spec we support.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static int |
getDevelopmentVersionNum()
Development Drop Number. |
static java.lang.String |
getImplementationLanguage()
Implementation Language: Java. |
static int |
getMaintenanceVersionNum()
Maintenance Drop Number. |
static int |
getMajorVersionNum()
Major version number. |
static java.lang.String |
getProduct()
Name of product: Xalan. |
static int |
getReleaseVersionNum()
Release Number. |
static java.lang.String |
getVersion()
Get the basic version string for the current Xalan release. |
static void |
main(java.lang.String[] argv)
Print the processor 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 java.lang.String getVersion()
"Xalan Java v.r[.dd| Dnn]"
.
Futurework: have this read version info from jar manifest.
public static void main(java.lang.String[] argv)
argv
- command line arguments, unused.public static java.lang.String getProduct()
public static java.lang.String getImplementationLanguage()
public static int getMajorVersionNum()
public static int getReleaseVersionNum()
public static int getMaintenanceVersionNum()
public static int getDevelopmentVersionNum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |