hkontrol.module.remotecontrol
Class HelpCommand

java.lang.Object
  extended by hkontrol.module.remotecontrol.AbstractCommand
      extended by hkontrol.module.remotecontrol.HelpCommand

public class HelpCommand
extends AbstractCommand


Constructor Summary
HelpCommand(java.util.Map commands)
           
 
Method Summary
 void execute(java.lang.String parms, State state, java.io.PrintWriter writer)
           
 java.lang.String[] getAliases()
           
protected  java.lang.String getDescription()
           
 
Methods inherited from class hkontrol.module.remotecontrol.AbstractCommand
getHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpCommand

public HelpCommand(java.util.Map commands)
Method Detail

execute

public void execute(java.lang.String parms,
                    State state,
                    java.io.PrintWriter writer)
Specified by:
execute in class AbstractCommand

getAliases

public java.lang.String[] getAliases()
Specified by:
getAliases in class AbstractCommand

getDescription

protected java.lang.String getDescription()
Specified by:
getDescription in class AbstractCommand