|
|
java > java.util > java.util.resourcebundle > java.util.resourcebundle.control >
Class: java.util.ResourceBundle.Control java.lang.Object java.util.ResourceBundle.Control
public static class ResourceBundle.Control extends Object
FIELDS:
public static final List FORMAT_CLASS public static final List FORMAT_DEFAULT public static final List FORMAT_PROPERTIES public static final long TTL_DONT_CACHE : -1L public static final long TTL_NO_EXPIRATION_CONTROL : -2L |
|
|
|
CONSTRUCTORS:
| | | protected | ResourceBundle.Control() |
| |
|
|
|
METHODS:
| | | | public | List | getCandidateLocales(String baseName, Locale locale) Throws: NullPointerException |
| | public static final | ResourceBundle.Control | getControl(List formats) Throws: NullPointerException Throws: IllegalArgumentException |
| | public | Locale | getFallbackLocale(String baseName, Locale locale) Throws: NullPointerException |
| | public | List | getFormats(String baseName) Throws: NullPointerException |
| | public static final | ResourceBundle.Control | getNoFallbackControl(List formats) Throws: NullPointerException Throws: IllegalArgumentException |
| | public | long | getTimeToLive(String baseName, Locale locale) Throws: NullPointerException |
| | public | boolean | needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime) Throws: NullPointerException |
| | public | ResourceBundle | newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) Throws: NullPointerException Throws: IllegalArgumentException Throws: ClassCastException Throws: IllegalAccessException Throws: InstantiationException Throws: ExceptionInInitializerError Throws: SecurityException Throws: IOException |
| | public | String | toBundleName(String baseName, Locale locale) Throws: NullPointerException |
| | public final | String | toResourceName(String bundleName, String suffix) Throws: NullPointerException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|