All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.util.JavaBotsVersion

java.lang.Object
   |
   +----EDU.gatech.cc.is.util.JavaBotsVersion

public final class JavaBotsVersion
extends Object
Report the current JavaBots version.

Copyright (c)1998 Tucker Balch

Version:
$Revision: 1.12 $
Author:
Tucker Balch

Constructor Index

 o JavaBotsVersion()

Method Index

 o longReport()
Return a long message about this version of JavaBots.
 o shortReport()
Return a short message about this version of JavaBots.

Constructors

 o JavaBotsVersion
 public JavaBotsVersion()

Methods

 o shortReport
 public static String shortReport()
Return a short message about this version of JavaBots.

 o longReport
 public static String longReport()
Return a long message about this version of JavaBots.


All Packages  Class Hierarchy  This Package  Previous  Next  Index