|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ecyrd.jspwiki.Release
Contains release and version information.
| Field Summary | |
static java.lang.String |
APPNAME
This is the default application name. |
static int |
MINORREVISION
|
static java.lang.String |
RELEASE
This should be increased every time you do a release. |
static int |
REVISION
|
static int |
VERSION
|
static java.lang.String |
VERSTR
This is the generic version string you should use when printing out the version. |
| Constructor Summary | |
Release()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
Executing this class directly from command line prints out the current version. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String APPNAME
public static final java.lang.String RELEASE
public static final int VERSION
public static final int REVISION
public static final int MINORREVISION
public static final java.lang.String VERSTR
| Constructor Detail |
public Release()
| Method Detail |
public static void main(java.lang.String[] argv)
Example:
% java com.ecyrd.jspwiki.Release 1.9.26-cvs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||