|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spap.launcher.LauncherFactory
public class LauncherFactory
Manages Laucher
Supplies the method for obtain the appropriate Launcher
for a given program
Constructor Summary | |
---|---|
LauncherFactory()
|
Method Summary | |
---|---|
static Launcher |
getLauncher(java.lang.String programName)
Returns an instance of the appropriate Launcher
for the given programName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LauncherFactory()
Method Detail |
---|
public static Launcher getLauncher(java.lang.String programName) throws AssetInstallationException
Launcher
for the given programName
programName
- name of the program of which it wants
the Launcher
Launcher
java.lang.Exception
- if the appropriate Launcher
is not found
or if an error occurs during the inizialization
AssetInstallationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |