jp.go.nict.langrid.commons.parameter
クラス PropertiesParameterContext
java.lang.Object
jp.go.nict.langrid.commons.parameter.ParameterContext
jp.go.nict.langrid.commons.parameter.PropertiesParameterContext
public class PropertiesParameterContext
- extends ParameterContext
Propertiesクラスを利用したParameterContext。
- バージョン:
- $Revision: 9044 $
- 作成者:
- Takao Nakaguchi, $Author: Takao Nakaguchi $
クラス jp.go.nict.langrid.commons.parameter.ParameterContext から継承されたメソッド |
getBoolean, getBoolean, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getString, getWithTransformer, getWithTransformer, load |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesParameterContext
public PropertiesParameterContext(Properties properties)
- コンストラクタ。
- パラメータ:
properties
- プロパティ
PropertiesParameterContext
public PropertiesParameterContext(URL resource)
throws IOException
- コンストラクタ。
- パラメータ:
resource
- プロパティファイルへのURL
- 例外:
IOException
- プロパティファイルの読込に失敗した
getValue
public String getValue(String name)
- クラス
ParameterContext
の記述:
- パラメータを取得する。存在しない場合nullが返る。
- 定義:
- クラス
ParameterContext
内の getValue
- パラメータ:
name
- パラメータ名
- 戻り値:
- パラメータ。存在しない場合null