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

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

public class VersionOperation
extends AnyGenericOperation

implements 'version' command

Author:
EngineeringTools

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

VersionOperation

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