|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.internal.adaptor.BundleLocalizationImpl
public class BundleLocalizationImpl
The implementation of the service that gets ResourceBundle objects from a given bundle with a given locale.
Internal class.
| Constructor Summary | |
|---|---|
BundleLocalizationImpl()
|
|
| Method Summary | |
|---|---|
java.util.ResourceBundle |
getLocalization(Bundle bundle,
java.lang.String locale)
The getLocalization method gets a ResourceBundle object for the given locale and bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleLocalizationImpl()
| Method Detail |
|---|
public java.util.ResourceBundle getLocalization(Bundle bundle,
java.lang.String locale)
getLocalization in interface BundleLocalizationbundle - the bundle to get localization forlocale - the name of the locale to get, or null if
the default locale is to be used
ResourceBundle object for the given bundle and locale.
If null is passed for the locale parameter, the default locale is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||