jp.terasoluna.fw.ex.unit.common
クラス DefaultProperties
java.lang.Object
jp.terasoluna.fw.ex.unit.common.DefaultProperties
public class DefaultProperties
- extends Object
UTライブラリで使用するデフォルトプロパティを管理するクラスです。
デフォルトプロパティはterasoluna-unit.propertiesに設定されています。
terasoluna-unit-override.propertiesに記述することで、
ユーザー側でデフォルトプロパティを上書きできます。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProperties
public DefaultProperties()
getValue
public static String getValue(String key)
- デフォルト値を返却します。
- パラメータ:
key
- デフォルトプロパティのキー
- 戻り値:
- デフォルトパティの値
getValue
public static String getValue(PropertyKeys key)
- デフォルト値を返却します。
- パラメータ:
key
- デフォルトプロパティのキー(PropertyKeys
形式)
- 戻り値:
- デフォルトパティの値
Copyright © 2011. All Rights Reserved.