public static class YamlResourceBundle.Control extends ResourceBundle.Control
ResourceBundle.Control for YAML format.| 修飾子とタイプ | フィールドと説明 |
|---|---|
static YamlResourceBundle.Control |
INSTANCE
Singleton instance.
|
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
Control()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<String> |
getFormats(String baseName) |
ResourceBundle |
newBundle(String baseName,
Locale locale,
String format,
ClassLoader loader,
boolean reload) |
getCandidateLocales, getControl, getFallbackLocale, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceNamepublic static final YamlResourceBundle.Control INSTANCE
public List<String> getFormats(@NonNull String baseName)
getFormats クラス内 ResourceBundle.Controlpublic ResourceBundle newBundle(@NonNull String baseName, @NonNull Locale locale, @NonNull String format, @NonNull ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException
newBundle クラス内 ResourceBundle.ControlIllegalAccessExceptionInstantiationExceptionIOExceptionCopyright © 2021 akkinoc.dev. All rights reserved.