net.cscott.sinjdoc.html

Class Version

public abstract class Version extends Object

The Version object contains fields naming the current version (0.5) of the SinjDoc tool.

Version: $Id: Version.java.in,v 1.5 2003/05/08 03:54:25 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: "SinjDoc"

PACKAGE_STRING

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

Returns: "SinjDoc 0.5"

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package.

Returns: "0.5"

Method Detail

main

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