net.java.sip.communicator.plugin.update
Class Resources
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resources
public Resources()
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.
Distributable under LGPL license.