jp.hrtdotnet.fw.util
クラス HPropertyResources

java.lang.Object
  上位を拡張 jp.hrtdotnet.fw.util.HResources
      上位を拡張 jp.hrtdotnet.fw.util.HPropertyResources

public class HPropertyResources
extends HResources

HPropetiesをラップしたクラスです。

導入されたバージョン:
2.0
作成者:
hrtdotnet.jp
http://www.hrtdotnet.jp/

フィールドの概要
protected  jp.hrtdotnet.java.util.HProperties resources
           
 
コンストラクタの概要
protected HPropertyResources()
           
  HPropertyResources(java.lang.String filePath)
          コンストラクタ。
 
メソッドの概要
 java.lang.String getString(java.lang.String key)
          キーに対する値を取得します。
 
クラス jp.hrtdotnet.fw.util.HResources から継承されたメソッド
getBoolean, getInt
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

resources

protected jp.hrtdotnet.java.util.HProperties resources
コンストラクタの詳細

HPropertyResources

protected HPropertyResources()

HPropertyResources

public HPropertyResources(java.lang.String filePath)
                   throws java.io.FileNotFoundException,
                          java.io.IOException
コンストラクタ。

パラメータ:
filePath - プロパティファイルパス(ファイルシステム上のパス)
例外:
java.io.FileNotFoundException - ファイルが見つからない
java.io.IOException - ファイルIO失敗
導入されたバージョン:
2.0
メソッドの詳細

getString

public java.lang.String getString(java.lang.String key)
キーに対する値を取得します。

定義:
クラス HResources 内の getString
パラメータ:
key - キー
戻り値:
キーに対する値
導入されたバージョン:
2.0


Copyright © 2011. All Rights Reserved.