net.sourceforge.simpleaim
Class HelpMessages

java.lang.Object
  |
  +--net.sourceforge.simpleaim.HelpMessages

public final class HelpMessages
extends java.lang.Object

Contains the Help Messages for SimpleAIM.

Author:
simpleaim.sourceforge.net.

Constructor Summary
HelpMessages()
           
 
Method Summary
static java.lang.String getHelpMessage(java.util.StringTokenizer arg)
          Gets the help message for a particular command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpMessages

public HelpMessages()
Method Detail

getHelpMessage

public static java.lang.String getHelpMessage(java.util.StringTokenizer arg)
Gets the help message for a particular command.

Parameters:
arg - The StringTokenizer which contains the user command(s). We'll find the help messages based on these commands.
Returns:
The help message for the user command(s).