com.symbian.et.test.cmdline.test
Class DummyOperation

java.lang.Object
  extended bycom.symbian.et.test.cmdline.test.DummyOperation
All Implemented Interfaces:
CmdOperational

public class DummyOperation
extends java.lang.Object
implements CmdOperational

Author:
EngineeringTools

Constructor Summary
DummyOperation()
           
 
Method Summary
 java.lang.Object run(CmdLine aCmd)
          executes command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyOperation

public DummyOperation()
Method Detail

run

public java.lang.Object run(CmdLine aCmd)
                     throws CmdLineException
Description copied from interface: CmdOperational
executes command

Specified by:
run in interface CmdOperational
Parameters:
aCmd - command syntax
Returns:
any type of object the implementation of this interface needed to return
Throws:
CmdLineException - if the command couldn't be processed