tomp.xtcl.command
Class Help

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.Help
All Implemented Interfaces:
Command

public class Help
extends AbstractCommand


Constructor Summary
Help()
           
 
Method Summary
 int execute(Context context)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter
 
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)
Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand

toString

public java.lang.String toString()