|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spap.launcher.Win32Launcher
public class Win32Launcher
This class represents a Laucher
for the execution of
the win program.
Constructor Summary | |
---|---|
Win32Launcher()
|
Method Summary | |
---|---|
int |
execute(java.lang.String programName,
boolean install,
InstallationContext ctx)
Executes the win program with given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Win32Launcher()
Method Detail |
---|
public int execute(java.lang.String programName, boolean install, InstallationContext ctx) throws AssetInstallationException
execute
in interface Launcher
programName
- the program to execute.install
- true
if the program is the installation program,
false
if the program is the uninstallation programctx
- installation context information
AssetInstallationException
- if an error occurs during the execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |