public class LdiResourceBundleUtil extends Object
ResourceBundle用のユーティリティクラスです。| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiResourceBundleUtil()
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Map |
convertMap(ResourceBundle bundle)
Mapに変換します。 |
static Map |
convertMap(String name,
Locale locale)
Mapに変換します。 |
static ResourceBundle |
getBundle(String name,
Locale locale)
バンドルを返します。
|
static ResourceBundle |
getBundle(String name,
Locale locale,
ClassLoader classLoader)
バンドルを返します。
|
public static final ResourceBundle getBundle(String name, Locale locale)
nullを返します。name - locale - ResourceBundleResourceBundle.getBundle(String, Locale)public static final ResourceBundle getBundle(String name, Locale locale, ClassLoader classLoader)
nullを返します。name - locale - classLoader - ResourceBundleResourceBundle.getBundle(String, Locale, ClassLoader)public static final Map convertMap(ResourceBundle bundle)
Mapに変換します。bundle - MapCopyright © 2015 The DBFlute Project. All rights reserved.