hkontrol.module.remotecontrol
Class SetCommand

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

public class SetCommand
extends AbstractCommand


Constructor Summary
SetCommand()
           
 
Method Summary
 void execute(java.lang.String parms, State state, java.io.PrintWriter writer)
           
 java.lang.String[] getAliases()
           
 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

SetCommand

public SetCommand()
Method Detail

getAliases

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

execute

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

getDescription

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