com.funambol.syncclient.spap.launcher
Class LauncherFactory

java.lang.Object
  extended by com.funambol.syncclient.spap.launcher.LauncherFactory

public class LauncherFactory
extends java.lang.Object

Manages Laucher

Supplies the method for obtain the appropriate Launcher for a given program

Version:
$Id: LauncherFactory.java,v 1.3 2007-12-22 18:09:18 nichele Exp $

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

LauncherFactory

public LauncherFactory()
Method Detail

getLauncher

public static Launcher getLauncher(java.lang.String programName)
                            throws AssetInstallationException
Returns an instance of the appropriate Launcher for the given programName

Parameters:
programName - name of the program of which it wants the Launcher
Returns:
the appropriate Launcher
Throws:
java.lang.Exception - if the appropriate Launcher is not found or if an error occurs during the inizialization
AssetInstallationException


Copyright © 2010 Funambol. All Rights Reserved.