hkontrol.module.remotecontrol
Class QueryCommand

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

public class QueryCommand
extends AbstractCommand


Constructor Summary
QueryCommand()
           
 
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

QueryCommand

public QueryCommand()
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