com.symbian.et.test.controller
Class PrintOperation

java.lang.Object
  extended bycom.symbian.et.test.controller.FrameworkBasedOperation
      extended bycom.symbian.et.test.controller.PrintOperation
All Implemented Interfaces:
com.symbian.et.widgets.cmdline.CmdOperational

public class PrintOperation
extends FrameworkBasedOperation

Class that implements the behavior of the 'print' command.

Author:
EngineeringTools

Field Summary
 
Fields inherited from class com.symbian.et.test.controller.FrameworkBasedOperation
LOGGER
 
Constructor Summary
PrintOperation()
          The Print Operation constructor.
 
Method Summary
protected  void runSpecial(com.symbian.et.widgets.cmdline.CmdLine aCmd, com.symbian.et.test.driver.Task aTarget)
          Implements specific behavior in the subclass (Template Method design pattern).
 
Methods inherited from class com.symbian.et.test.controller.FrameworkBasedOperation
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintOperation

public PrintOperation()
The Print Operation constructor.

Method Detail

runSpecial

protected void runSpecial(com.symbian.et.widgets.cmdline.CmdLine aCmd,
                          com.symbian.et.test.driver.Task aTarget)
                   throws org.apache.commons.cli.ParseException
Description copied from class: FrameworkBasedOperation
Implements specific behavior in the subclass (Template Method design pattern).

Specified by:
runSpecial in class FrameworkBasedOperation
Parameters:
aCmd - The command to run using runSpecial
aTarget -
Throws:
org.apache.commons.cli.ParseException - If the commandline is incorrect.
See Also:
FrameworkBasedOperation.runSpecial(CmdLine, Task)