|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.sparkle.SparkleActivator
public class SparkleActivator
Activates the Sparkle Framework
| Constructor Summary | |
|---|---|
SparkleActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigurationService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static void |
initSparkle(String pathToSparkleFramework,
boolean updateAtStartup,
int checkInterval,
String downloadLink,
String menuItemTitle)
Native method declaration |
void |
start(org.osgi.framework.BundleContext bundleContext)
Initialize and start Sparkle |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops this bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparkleActivator()
| Method Detail |
|---|
public static void initSparkle(String pathToSparkleFramework,
boolean updateAtStartup,
int checkInterval,
String downloadLink,
String menuItemTitle)
pathToSparkleFramework - the path to the Sparkle framerokupdateAtStartup - specifies whether Sparkle should be checking for
updates on startup.checkInterval - specifies an interval for the update checks.downloadLink - a custom download link for sparkle (i.e. the
SUFeedURL). If null the default URL will be choosen (the
SUFeedURL parameter in the .app/Contents/Info.pList).menuItemTitle - localized string to be used for the menu item title
in macosx specific menu.
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - BundleContext
Exception - if something goes wrong during sparkle initialization
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - a reference to the currently valid
BundleContext
Exception - if anything goes wrong (original, right ;) )public static ConfigurationService getConfigurationService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||