|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
public class DefaultLanguagePackImpl
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.resources.LanguagePack |
|---|
RESOURCE_NAME_DEFAULT_VALUE |
| Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack |
|---|
RESOURCE_NAME |
| Constructor Summary | |
|---|---|
DefaultLanguagePackImpl()
Constructor. |
|
| Method Summary | |
|---|---|
Iterator<Locale> |
getAvailableLocales()
All the locales in the language pack. |
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. |
Map<String,String> |
getResources(Locale locale)
Returns a Map, containing all [key, value] pairs for the given locale. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLanguagePackImpl()
| Method Detail |
|---|
public Map<String,String> getResources()
getResources in interface ResourcePackpublic Map<String,String> getResources(Locale locale)
getResources in interface LanguagePacklocale - The Locale we're looking for.
public String getName()
getName in interface ResourcePackpublic String getDescription()
getDescription in interface ResourcePackpublic Iterator<Locale> getAvailableLocales()
getAvailableLocales in interface LanguagePack
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||