org.logicalcobwebs.proxool
Class Version
java.lang.Object
   org.logicalcobwebs.proxool.Version
org.logicalcobwebs.proxool.Version
- public class Version 
- extends java.lang.Object
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.
- Since:
- Proxool 0.6
- Version:
- $Revision: 1.19 $, $Date: 2005/09/26 21:47:46 $
- Author:
- bill, $Author: billhorsman $ (current maintainer)
| Field Summary | 
| private static java.lang.String | BUILD_DATE
 | 
| private static java.lang.String | CVS
 | 
| private static Log | LOG
 | 
| private static java.lang.String | VERSIONThis is changed by the Ant script when you build from the
 source code.
 | 
 
 
| 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 | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LOG
private static final Log LOG
VERSION
private static final java.lang.String VERSION
- This is changed by the Ant script when you build from the
 source code.
 
 
BUILD_DATE
private static final java.lang.String BUILD_DATE
CVS
private static final java.lang.String CVS
- See Also:
- Constant Field Values
Version
public Version()
getVersion
public static java.lang.String getVersion()
- 
 
main
public static void main(java.lang.String[] args)
- Convenient way of verifying version
 
- 
- Parameters:
- args- none required (any sent are ignored)