|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.proxool.Version
public class Version
Tells you the version. You can tell what sort of release it is from the version. For instance: 1.0.0 (1 January) A proper released binary file at version 1.0. 1.0.0+ Built from the source based on version 1.0 (but there is no way of knowing whether the source has been altered). 1.0.1 (2 January) A bug fix release built on January 2nd.
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getVersion()
|
static void |
main(java.lang.String[] args)
Convenient way of verifying version |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static java.lang.String getVersion()
public static void main(java.lang.String[] args)
args - none required (any sent are ignored)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||