launcher
b2007100101

org.phosphoresce.launcher.util
クラス PropertiesUtil

java.lang.Object
  拡張org.phosphoresce.launcher.util.PropertiesUtil

public final class PropertiesUtil
extends java.lang.Object

プロパティファイルアクセスクラス

作成者:
Kitagawa

メソッドの概要
static java.lang.String getValue(java.lang.String propertiesFile, java.lang.String key)
          指定されたプロパティファイルの指定されたキーの値を取得します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getValue

public static java.lang.String getValue(java.lang.String propertiesFile,
                                        java.lang.String key)
                                 throws PropertiesLoadException
指定されたプロパティファイルの指定されたキーの値を取得します。

パラメータ:
propertiesFile - ターゲットプロパティファイル
key - キー
戻り値:
指定されたプロパティファイルの指定されたキーの値
例外:
PropertiesLoadException - 正常にプロパティファイル情報を読み込むことが出来無かった場合に発生

launcher
b2007100101