net.cscott.gjdoc.html

Class Version

public abstract class Version extends Object

The Version object contains fields naming the current version (0.2) of the GJDoc tool.

Version: $Id: Version.java.in,v 1.2 2003/04/09 21:28:31 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.

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: "GJDoc"

PACKAGE_STRING

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

Returns: "GJDoc 0.2"

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package.

Returns: "0.2"

Copyright © 2003 C. Scott Ananian