Uses of Class
java.util.ResourceBundle.Control
| Package | Description |
|---|---|
| java.util |
-
Uses of ResourceBundle.Control in java.util
Methods in java.util that return ResourceBundle.Control Modifier and Type Method Description static ResourceBundle.ControlResourceBundle.Control. getControl(List<String> formats)Returns a control according toformats.static ResourceBundle.ControlResourceBundle.Control. getNoFallbackControl(List<String> formats)Returns a control according toformatswhose fallback locale is null.Methods in java.util with parameters of type ResourceBundle.Control Modifier and Type Method Description static ResourceBundleResourceBundle. getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.static ResourceBundleResourceBundle. getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.static ResourceBundleResourceBundle. getBundle(String baseName, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.