| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.xml.serializer.Version
public final class Version
Administrative class to keep track of the version number of the Serializer release.
This class implements the upcoming standard of having org.apache.project-name.Version.getVersion() be a standard way to get version information.
| 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: Serializer. | 
| static int | getReleaseVersionNum()Release Number. | 
| static java.lang.String | getVersion()Get the basic version string for the current Serializer. | 
| 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()
"Serializer 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 | |||||||||