|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.wurbelizer.Version
public class Version
Holds versioning information.
| Field Summary | |
|---|---|
static String |
BUILD
the build number / SVN-revision |
static String |
LAST_COPYRIGHT_YEAR
the year of the last checkin |
static String |
OSSRELEASE
the Open Source official release |
static String |
VERSION
the public version |
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Prints the version, copyright and license. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BUILD
public static final String OSSRELEASE
public static final String VERSION
public static final String LAST_COPYRIGHT_YEAR
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static void main(String[] args)
args - command line arguments (not used)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||