Top Description Fields Constructors Methods
com.sun.org.apache.xalan.internal.xsltc

public Class ProcessorVersion

extends Object
Class Inheritance

Admin class that assigns a version number to the XSLTC software. The version number is made up from three fields as in: MAJOR.MINOR[.DELTA]. Fields are incremented based on the following: DELTA field: changes for each bug fix, developer fixing the bug should increment this field. MINOR field: API changes or a milestone culminating from several bug fixes. DELTA field goes to zero and MINOR is incremented such as: {1.0,1.0.1,1.0.2,1.0.3,...1.0.18,1.1} MAJOR field: milestone culminating in fundamental API changes or architectural changes. MINOR field goes to zero and MAJOR is incremented such as: {...,1.1.14,1.2,2.0} Stability of a release follows: X.0 > X.X > X.X.X
Author
G. Todd Miller

Field Summary

Modifier and TypeField and Description
private static int
private static int
private static int

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static void
main(String[] args)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

DELTAback to summary
private static int DELTA
MAJORback to summary
private static int MAJOR
MINORback to summary
private static int MINOR

Constructor Detail

ProcessorVersionback to summary
public ProcessorVersion()

Method Detail

mainback to summary
public static void main(String[] args)