net.cscott.jutil

Class Version

public abstract class Version extends Object

The 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 StringPACKAGE_BUGREPORT
The address to which bug reports should be sent.
static StringPACKAGE_NAME
The name of the package.
static StringPACKAGE_STRING
The package name and version as one string.
static StringPACKAGE_VERSION
The version of the package.
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.

Returns: "JUtil"

PACKAGE_STRING

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

Returns: "JUtil 1.1"

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package.

Returns: "1.1"

Method Detail

main

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