net.sf.tomp.xtcl.command
Class Help

java.lang.Object
  extended by net.sf.tomp.xtcl.command.AbstractCommand
      extended by net.sf.tomp.xtcl.command.Help
All Implemented Interfaces:
Command

public class Help
extends AbstractCommand

Prints help (just basic info :-)) on XTCL.

Author:
tomp

Constructor Summary
Help()
           
 
Method Summary
 int execute(Context context)
          Prints help (just basic info :-)) on XTCL.
 java.lang.String toString()
          String representation
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand
done, initParameters, listArray, listList, listMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Help

public Help()
Method Detail

execute

public int execute(Context context)
Prints help (just basic info :-)) on XTCL.

Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand
Parameters:
context - DOCUMENT ME!
Returns:
DOCUMENT ME!

toString

public java.lang.String toString()
String representation

Overrides:
toString in class java.lang.Object
Returns:
"HELP"


Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.