com.symbian.et.test.cmdline
Interface CmdOperational

All Known Implementing Classes:
AnyGenericOperation, DummyOperation, FrameworkBasedOperation

public interface CmdOperational

Interface for a command (Strategy design pattern)

Author:
EngineeringTools

Method Summary
 java.lang.Object run(CmdLine aCmd)
          executes command
 

Method Detail

run

public java.lang.Object run(CmdLine aCmd)
                     throws CmdLineException
executes command

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