jp.co.scs.mbench
クラス MessageResources

java.lang.Object
  上位を拡張 jp.co.scs.mbench.MessageResources

public class MessageResources
extends java.lang.Object

Manage the property files.

作成者:
Masato Koga

メソッドの概要
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key)
          Get the message from the key.
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0)
          Get the message from the key.
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object[] args)
          Get the message from the key.
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
          Get the message from the key.
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
          Get the message from the key.
static java.lang.String getMessage(java.util.Locale locale, java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key, java.lang.Object[] args)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
          Get the message from the key.
static java.lang.String getMessage(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Get the message from the key.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getMessage

public static java.lang.String getMessage(java.lang.String key)
Get the message from the key.

パラメータ:
key - the message key
戻り値:
message

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object arg0)
Get the message from the key.

パラメータ:
key - the message key
arg0 - object to replace 0th item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1)
Get the message from the key.

パラメータ:
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1,
                                          java.lang.Object arg2)
Get the message from the key.

パラメータ:
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
arg2 - object to replace 2nd item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1,
                                          java.lang.Object arg2,
                                          java.lang.Object arg3)
Get the message from the key.

パラメータ:
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
arg2 - object to replace 2nd item in the message
arg3 - object to replace 3rd item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object[] args)
Get the message from the key.

パラメータ:
key - the message key
args - objects to replace items in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key,
                                          java.lang.Object arg0)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
arg0 - object to replace 0th item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1,
                                          java.lang.Object arg2)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
arg2 - object to replace 2nd item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key,
                                          java.lang.Object arg0,
                                          java.lang.Object arg1,
                                          java.lang.Object arg2,
                                          java.lang.Object arg3)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
arg0 - object to replace 0th item in the message
arg1 - object to replace 1st item in the message
arg2 - object to replace 2nd item in the message
arg3 - object to replace 3rd item in the message
戻り値:
message

getMessage

public static java.lang.String getMessage(java.util.Locale locale,
                                          java.lang.String key,
                                          java.lang.Object[] args)
Get the message from the key.

パラメータ:
locale - the message locale
key - the message key
args - objects to replace items in the message
戻り値:
message