|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.commons.ws.FilePersistentProperties
public class FilePersistentProperties
ファイルに格納する永続化プロパティ。
| コンストラクタの概要 | |
|---|---|
FilePersistentProperties(File propertyFile)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
String |
getProperty(String name)
プロパティを取得する。 |
void |
setProperty(String name,
String value)
プロパティを設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public FilePersistentProperties(File propertyFile)
propertyFile - プロパティを格納するファイル| メソッドの詳細 |
|---|
public String getProperty(String name)
name - 名前
public void setProperty(String name,
String value)
name - 名前value - 値
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||