net.java.sip.communicator.plugin.defaultresourcepack
Class DefaultSettingsPackImpl
java.lang.Object
net.java.sip.communicator.plugin.defaultresourcepack.DefaultSettingsPackImpl
- All Implemented Interfaces:
- ResourcePack, SettingsPack
public class DefaultSettingsPackImpl
- extends Object
- implements SettingsPack
The default settings resource pack.
- Author:
- Damian Minkov, Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSettingsPackImpl
public DefaultSettingsPackImpl()
getResources
public Map<String,String> getResources()
- Returns a Map, containing all [key, value] pairs for this
resource pack.
- Specified by:
getResources in interface ResourcePack
- Returns:
- a Map, containing all [key, value] pairs for this
resource pack.
getName
public String getName()
- Returns the name of this resource pack.
- Specified by:
getName in interface ResourcePack
- Returns:
- the name of this resource pack.
getDescription
public String getDescription()
- Returns the description of this resource pack.
- Specified by:
getDescription in interface ResourcePack
- Returns:
- the description of this resource pack.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.