|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.util.io.Messages
This class manages the message for the IO utilities classes.
| フィールドの概要 | |
protected static LocalizableSupport |
localizableSupport
The localizable support for the error messages. |
protected static String |
RESOURCES
The error messages bundle class name. |
| コンストラクタの概要 | |
protected |
Messages()
This class does not need to be instantiated. |
| メソッドの概要 | |
static String |
formatMessage(String key,
Object[] args)
Implements Localizable.formatMessage(String,Object[])
. |
static Locale |
getLocale()
Implements Localizable.getLocale(). |
static void |
setLocale(Locale l)
Implements Localizable.setLocale(Locale)
. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected static final String RESOURCES
protected static LocalizableSupport localizableSupport
| コンストラクタの詳細 |
protected Messages()
| メソッドの詳細 |
public static void setLocale(Locale l)
Localizable.setLocale(Locale)
.
public static Locale getLocale()
Localizable.getLocale().
public static String formatMessage(String key,
Object[] args)
throws MissingResourceException
Localizable.formatMessage(String,Object[])
.
MissingResourceException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||