Java.Util.ResourceBundle: Method Members

The methods of Java.Util.ResourceBundle are listed below. For a list of all members, see the ResourceBundle Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
ClearCache()
static
ClearCache(Java.Lang.ClassLoader)
ContainsKey(string) : bool
static
GetBundle(string) : ResourceBundle
Finds the named resource bundle for the default Locale and the caller's ClassLoader.
static
GetBundle(string, Locale) : ResourceBundle
Finds the named ResourceBundle for the specified Locale and the caller ClassLoader.
static
GetBundle(string, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
static
GetBundle(string, Locale, Java.Lang.ClassLoader) : ResourceBundle
Finds the named resource bundle for the specified Locale and ClassLoader.
static
GetBundle(string, Locale, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
static
GetBundle(string, Locale, Java.Lang.ClassLoader, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
GetObject(string) : Java.Lang.Object
Returns the named resource from this ResourceBundle.
GetString(string) : string
Returns the named string resource from this ResourceBundle.
GetStringArray(string) : string[]
Returns the named resource from this ResourceBundle.
abstract
HandleGetObject(string) : Java.Lang.Object
Returns the named resource from this ResourceBundle, or null if the resource is not found.
KeySet() : ICollection<string>

Protected Methods

HandleKeySet() : ICollection<string>
SetParent(ResourceBundle)
Sets the parent resource bundle of this ResourceBundle.