public abstract class Version
extends java.lang.Object
Version object contains fields naming the current version
of the jutil library (1.4).| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PACKAGE_BUGREPORT
The address to which bug reports should be sent.
|
static java.lang.String |
PACKAGE_NAME
The name of the package: "JUtil".
|
static java.lang.String |
PACKAGE_STRING
The package name and version as one string.
|
static java.lang.String |
PACKAGE_VERSION
The version of the package: 1.4.
|
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Prints the package version if invoked.
|
public static final java.lang.String PACKAGE_NAME
public static final java.lang.String PACKAGE_VERSION
public static final java.lang.String PACKAGE_STRING
public static final java.lang.String PACKAGE_BUGREPORT
Copyright (c) 2006 C. Scott Ananian