Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.update
Class Resources

java.lang.Object
  extended by net.java.sip.communicator.plugin.update.Resources

public class Resources
extends Object

Implements methods to facilitate dealing with resources in the update plug-in.

Author:
Yana Stamcheva, Lyubomir Marinov

Constructor Summary
Resources()
           
 
Method Summary
static ResourceManagementService getResources()
          Gets the ResourceManagementService registered in the BundleContext of the update plug-in.
static String getUpdateConfigurationString(String key)
          Gets a String value associated with a specific key in the configuration file of the update plug-in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

getResources

public static ResourceManagementService getResources()
Gets the ResourceManagementService registered in the BundleContext of the update plug-in.

Returns:
the ResourceManagementService (if any) registered in the BundleContext of the update plug-in

getUpdateConfigurationString

public static String getUpdateConfigurationString(String key)
Gets a String value associated with a specific key in the configuration file of the update plug-in.

Parameters:
key - the key to get the associated String value of
Returns:
the String value (if any) associated with the specified key in the configuration file of the update plug-in

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.