Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.plugin.defaultresourcepack.DefaultSoundPackImpl
All Implemented Interfaces:
ResourcePack, SoundPack

public class DefaultSoundPackImpl
extends Object
implements SoundPack

The default sound resource pack.

Author:
Damian Minkov, Yana Stamcheva

Field Summary
 
Fields inherited from interface net.java.sip.communicator.service.resources.SoundPack
RESOURCE_NAME_DEFAULT_VALUE
 
Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack
RESOURCE_NAME
 
Constructor Summary
DefaultSoundPackImpl()
           
 
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

DefaultSoundPackImpl

public DefaultSoundPackImpl()
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.