com.symbian.et.test.cmdline.genericcmds
Class HelpOperation

java.lang.Object
  extended bycom.symbian.et.test.cmdline.genericcmds.AnyGenericOperation
      extended bycom.symbian.et.test.cmdline.genericcmds.HelpOperation
All Implemented Interfaces:
CmdOperational

public class HelpOperation
extends AnyGenericOperation

implements 'help' command: either general help or help on a particular command

Author:
EngineeringTools

Constructor Summary
HelpOperation()
           
 
Method Summary
protected  java.lang.Object runSpecial(CmdLine aCmd)
          implements specific behavior in the subclass (Template Method design pattern)
 
Methods inherited from class com.symbian.et.test.cmdline.genericcmds.AnyGenericOperation
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpOperation

public HelpOperation()
Method Detail

runSpecial

protected java.lang.Object runSpecial(CmdLine aCmd)
                               throws CmdLineException
Description copied from class: AnyGenericOperation
implements specific behavior in the subclass (Template Method design pattern)

Specified by:
runSpecial in class AnyGenericOperation
Parameters:
aCmd - command line
Returns:
any type of object the subclass needs to return in its implementation
Throws:
CmdLineException