| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.siprop.core.util.PropertiesDepot
public abstract class PropertiesDepot
Propertyを操作するための抽象化クラス
| コンストラクタの概要 | |
|---|---|
| PropertiesDepot() | |
| メソッドの概要 | |
|---|---|
| abstract  java.lang.String | getProperty(java.lang.String property)Propertyを取得する。 | 
| abstract  void | loadProperties(java.lang.String propertyPath)Propertyをロードする。 | 
| abstract  void | processNewProperties(java.lang.String propertyPath)Propertyを再度読み込む。 | 
| abstract  void | setProperty(java.lang.String propertyName,
            java.lang.String propertyValue)Propertyをセットする。 | 
| abstract  void | storeProperties()Propertyを削除する。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public PropertiesDepot()
| メソッドの詳細 | 
|---|
public abstract void loadProperties(java.lang.String propertyPath)
propertyPath - 
public abstract void setProperty(java.lang.String propertyName,
                                 java.lang.String propertyValue)
propertyName - propertyValue - public abstract java.lang.String getProperty(java.lang.String property)
property - 
public abstract void storeProperties()
public abstract void processNewProperties(java.lang.String propertyPath)
propertyPath - | 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||