Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.defaultresourcepack
Class DefaultSettingsPackImpl

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface net.java.sip.communicator.service.resources.SettingsPack
RESOURCE_NAME_DEFAULT_VALUE
 
Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack
RESOURCE_NAME
 
Constructor Summary
DefaultSettingsPackImpl()
           
 
Method Summary
 String getDescription()
          Returns the description of this resource pack.
 String getName()
          Returns the name of this resource pack.
 Map<String,String> getResources()
          Returns a Map, containing all [key, value] pairs for this resource pack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSettingsPackImpl

public DefaultSettingsPackImpl()
Method Detail

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.

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