net.cscott.jutil
public abstract class Version extends Object
Version
object contains fields naming the current version
(1.1) of the JUtil library.Version: $Id: Version.java.in,v 1.4 2003/04/26 04:20:44 cananian Exp $
Field Summary | |
---|---|
static String | PACKAGE_BUGREPORT The address to which bug reports should be sent. |
static String | PACKAGE_NAME The name of the package. |
static String | PACKAGE_STRING The package name and version as one string. |
static String | PACKAGE_VERSION The version of the package. |
Method Summary | |
---|---|
static void | main(String[] args) Prints the package version if invoked. |
Returns: "JUtil"
Returns: "JUtil 1.1"
Returns: "1.1"