org.siprop.util.impl
クラス PropertiesDepotProp

java.lang.Object
  上位を拡張 org.siprop.core.util.PropertiesDepot
      上位を拡張 org.siprop.util.impl.PropertiesDepotProp

public class PropertiesDepotProp
extends PropertiesDepot

Propertiesクラスを利用したPropertiesDepotの実装クラス

作成者:
noritsuna

コンストラクタの概要
PropertiesDepotProp()
           
 
メソッドの概要
 java.lang.String getProperty(java.lang.String property)
          Propertyを取得する
 void loadProperties(java.lang.String propertyPath)
          プロパティーファイルの設定を読み出す
 void processNewProperties(java.lang.String propertyPath)
          Propertyを新規に作成し直す。
 void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
          propertyをセットする
 void storeProperties()
          Propertyをクリアする。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertiesDepotProp

public PropertiesDepotProp()
メソッドの詳細

loadProperties

public void loadProperties(java.lang.String propertyPath)
プロパティーファイルの設定を読み出す

定義:
クラス PropertiesDepot 内の loadProperties
パラメータ:
propertyPath -

getProperty

public java.lang.String getProperty(java.lang.String property)
Propertyを取得する

定義:
クラス PropertiesDepot 内の getProperty
パラメータ:
property - Property名
戻り値:
Property値

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.String propertyValue)
propertyをセットする

定義:
クラス PropertiesDepot 内の setProperty
パラメータ:
propertyName -
propertyValue -

storeProperties

public void storeProperties()
Propertyをクリアする。

定義:
クラス PropertiesDepot 内の storeProperties

processNewProperties

public void processNewProperties(java.lang.String propertyPath)
Propertyを新規に作成し直す。

定義:
クラス PropertiesDepot 内の processNewProperties
パラメータ:
propertyPath -