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

java.lang.Object
  extended bycom.symbian.et.test.driver.commands.FrameworkBasedOperation
      extended bycom.symbian.et.test.driver.commands.BuildOperation
All Implemented Interfaces:
CmdOperational

public class BuildOperation
extends FrameworkBasedOperation

class that implements the behavior of the 'build' command

Author:
EngineeringTools

Field Summary
 
Fields inherited from class com.symbian.et.test.driver.commands.FrameworkBasedOperation
iEntryPointAddress, iXMLRoot
 
Constructor Summary
BuildOperation()
           
 
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

BuildOperation

public BuildOperation()
Method Detail

runSpecial

protected com.symbian.et.test.framework.Visitor runSpecial(CmdLine aCmd)
                                                    throws CmdLineException
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.