com.symbian.et.test.driver.commands
Class PrintOperation

java.lang.Object
  extended bycom.symbian.et.test.driver.commands.FrameworkBasedOperation
      extended bycom.symbian.et.test.driver.commands.PrintOperation
All Implemented Interfaces:
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.driver.commands.FrameworkBasedOperation
iEntryPointAddress, iXMLRoot
 
Constructor Summary
PrintOperation()
           
 
Method Summary
protected  com.symbian.et.test.framework.Visitor runSpecial(CmdLine aCmd)
          implements specific behavior in the subclass (Template Method design pattern)
 
Methods inherited from class com.symbian.et.test.driver.commands.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()
Method Detail

runSpecial

protected com.symbian.et.test.framework.Visitor runSpecial(CmdLine aCmd)
                                                    throws CmdLineException
Description copied from class: FrameworkBasedOperation
implements specific behavior in the subclass (Template Method design pattern)

Specified by:
runSpecial in class FrameworkBasedOperation
Parameters:
aCmd -
Returns:
The visitor for the operation.
Throws:
CmdLineException - If the commandline is incorrect.
See Also:
FrameworkBasedOperation.runSpecial(com.symbian.et.test.cmdline.CmdLine)