com.symbian.et.test.driver.commands.filesetbased
Class CommandDispatch
java.lang.Object
com.symbian.et.test.driver.commands.filesetbased.CommandDispatch
- public class CommandDispatch
- extends java.lang.Object
- Author:
- EngineeringTools
|
Field Summary |
private com.symbian.et.test.engine.EpocFileSet |
iFileSet
The EpocFileSet to work with. |
|
Constructor Summary |
CommandDispatch(com.symbian.et.test.engine.EpocFileSet aFileSet)
|
|
Method Summary |
void |
build()
|
void |
createRepository()
|
void |
install()
Install with PLATSEC off. |
void |
install(java.io.File aSisFile,
java.lang.String aDevicePath)
Install with PLATSEC On. |
void |
packageSIS(java.io.File aHostPath,
java.lang.String aDevicePath,
java.lang.String aUid)
|
private void |
pollThread(java.lang.Thread lThread)
|
void |
run()
|
void |
uninstall()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iFileSet
private com.symbian.et.test.engine.EpocFileSet iFileSet
- The EpocFileSet to work with.
CommandDispatch
public CommandDispatch(com.symbian.et.test.engine.EpocFileSet aFileSet)
- Parameters:
aFileSet -
build
public void build()
createRepository
public void createRepository()
packageSIS
public void packageSIS(java.io.File aHostPath,
java.lang.String aDevicePath,
java.lang.String aUid)
- Parameters:
aHostPath - aDevicePath - aUid -
install
public void install()
- Install with PLATSEC off.
install
public void install(java.io.File aSisFile,
java.lang.String aDevicePath)
- Install with PLATSEC On.
- Parameters:
aSisFile - aDevicePath -
run
public void run()
uninstall
public void uninstall()
pollThread
private void pollThread(java.lang.Thread lThread)
- Parameters:
lThread -