com.symbian.et.test.driver.commands.filesetbased
Class BuildVisitor

java.lang.Object
  extended bycom.symbian.et.test.driver.commands.filesetbased.FileSetBasedVisitor
      extended bycom.symbian.et.test.driver.commands.filesetbased.BuildVisitor
All Implemented Interfaces:
com.symbian.et.test.framework.Leaveable, com.symbian.et.test.framework.Visitor

public final class BuildVisitor
extends FileSetBasedVisitor

Author:
EngineeringTools

Field Summary
 
Fields inherited from class com.symbian.et.test.driver.commands.filesetbased.FileSetBasedVisitor
iCurrentUid
 
Constructor Summary
BuildVisitor()
          The Visitor for the build command.
 
Method Summary
protected  void triggerLeavingAction()
          do nothing
private  void visitComponent(com.symbian.et.test.framework.TstComponent aTstComponent)
           
 void visitSuite(com.symbian.et.test.framework.TstSuiteComposite aSuite)
          build the code, create repository and create SIS file
 void visitTEFServer(com.symbian.et.test.framework.TEFSrv aServer)
          do nothing
 void visitTst(com.symbian.et.test.framework.Tst aTst)
          build the code, create repository and create SIS file
 
Methods inherited from class com.symbian.et.test.driver.commands.filesetbased.FileSetBasedVisitor
leave, pushFileSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildVisitor

public BuildVisitor()
The Visitor for the build command.

Method Detail

visitTst

public void visitTst(com.symbian.et.test.framework.Tst aTst)
build the code, create repository and create SIS file


visitTEFServer

public void visitTEFServer(com.symbian.et.test.framework.TEFSrv aServer)
do nothing


visitSuite

public void visitSuite(com.symbian.et.test.framework.TstSuiteComposite aSuite)
build the code, create repository and create SIS file

See Also:
Visitor.visitSuite(com.symbian.et.test.framework.TstSuiteComposite)

visitComponent

private void visitComponent(com.symbian.et.test.framework.TstComponent aTstComponent)
Parameters:
aTstComponent -

triggerLeavingAction

protected void triggerLeavingAction()
do nothing

Specified by:
triggerLeavingAction in class FileSetBasedVisitor