net.cscott.sinjdoc.html
public abstract class Version extends Object
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 String | PACKAGE_BUGREPORT The address to which bug reports should be sent. |
| static String | PACKAGE_NAME The name of the package. |
| static String | PACKAGE_STRING The package name and version as one string. |
| static String | PACKAGE_VERSION The version of the package. |
| Method Summary | |
|---|---|
| static void | main(String[] args) Prints the package version if invoked. |
Returns: "SinjDoc"
Returns: "SinjDoc 0.5"
Returns: "0.5"