java.util.ResourceBundle.Control
. The default resource bundle loading
behavior of the ResourceBundle.getBundle
factory methods that take
no java.util.ResourceBundle.Control
instance can be modified with ResourceBundleControlProvider
implementations.
Provider implementations are loaded from the application's class path
using java.
at the first invocation of the
ResourceBundle.getBundle
factory method that takes no
java.
instance.
All ResourceBundleControlProvider
s are ignored in named modules.
ResourceBundle.getBundle
, java.util.ServiceLoader#load(Class)
Modifier and Type | Method and Description |
---|---|
public ResourceBundle. | Returns: aResourceBundle.Control instance,
or null if the given baseName is not
applicable to this provider.the base name of the resource bundle baseName)Returns a |
getControl | back to summary |
---|---|
public ResourceBundle. Returns a
|