public interface NlsResourceBundle
ResourceBundle
to support features like NlsBundle
.Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getString(String key) |
String getName()
bundle name
in case of a
ResourceBundle
and the {link NlsBundleLocation bundle location} in case of an
NlsBundle
.String getString(String key) throws MissingResourceException
key
- is the key of the localized string to get.String
for the given key
.MissingResourceException
- if the requested object does NOT exist.ResourceBundle.getString(String)
,
NlsBundle
Copyright © 2001–2016 mmm-Team. All rights reserved.