|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.siprop.core.util.PropertiesDepot
org.siprop.util.impl.PropertiesDepotProp
public class PropertiesDepotProp
Propertiesクラスを利用したPropertiesDepotの実装クラス
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public PropertiesDepotProp()
メソッドの詳細 |
---|
public void loadProperties(java.lang.String propertyPath)
PropertiesDepot
内の loadProperties
propertyPath
- public java.lang.String getProperty(java.lang.String property)
PropertiesDepot
内の getProperty
property
- Property名
public void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
PropertiesDepot
内の setProperty
propertyName
- propertyValue
- public void storeProperties()
PropertiesDepot
内の storeProperties
public void processNewProperties(java.lang.String propertyPath)
PropertiesDepot
内の processNewProperties
propertyPath
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |