jdoctest 1.5

net.cscott.jdoctest
Class Version

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

public abstract class Version
extends Object

The Version object contains fields naming the current version of the jdoctest application (1.5).


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.
 
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.

See Also:
Constant Field Values

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package.

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.

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

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


jdoctest 1.5

Copyright © 2009 C. Scott Ananian