JUtil

net.cscott.jutil
Class Version

java.lang.Object
  extended by net.cscott.jutil.Version

public abstract class Version
extends Object

The Version object contains fields naming the current version of the jutil library (1.4).

Version:
$Id: Version.java,v 1.4 2006-10-30 19:12:05 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: "JUtil".
static String PACKAGE_STRING
          The package name and version as one string.
static String PACKAGE_VERSION
          The version of the package: 1.4.
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
          Prints the package version if invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_NAME

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

See Also:
Constant Field Values

PACKAGE_VERSION

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

See Also:
Constant Field Values

PACKAGE_STRING

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

See Also:
Constant Field Values

PACKAGE_BUGREPORT

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

Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)
Prints the package version if invoked.


JUtil

Copyright (c) 2006 C. Scott Ananian