|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.util.Version
public class Version
Holds Tentackle 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 |
SVNREVISION
|
static String |
VERSION
the public version |
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Prints the build version 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 SVNREVISION
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 args (ignored)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||