net.cscott.jutil

Class Version

public abstract class Version extends Object

The Version object contains fields naming the current version of the library.

Version: $Id: Version.java,v 1.4 2006-10-30 19:12:05 cananian Exp $

Field Summary
static StringPACKAGE_BUGREPORT
The address to which bug reports should be sent.
static StringPACKAGE_NAME
The name of the package: "JUtil".
static StringPACKAGE_STRING
The package name and version as one string.
static StringPACKAGE_VERSION
The version of the package: "1.3".
Method Summary
static voidmain(String[] args)
Prints the package version if invoked.

Field Detail

PACKAGE_BUGREPORT

public static final String PACKAGE_BUGREPORT
The address to which bug reports should be sent.

PACKAGE_NAME

public static final String PACKAGE_NAME
The name of the package: "JUtil".

PACKAGE_STRING

public static final String PACKAGE_STRING
The package name and version as one string.

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package: "1.3".

Method Detail

main

public static void main(String[] args)
Prints the package version if invoked.
Copyright (c) 2006 C. Scott Ananian