|
commons b2007101701 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.commons.util.PropertiesUtil
プロパティファイル操作におけるユーティリティクラス。
メソッドの概要 | |
static int |
getIntValue(java.util.Properties properties,
java.lang.String key)
指定されたキーのプロパティ値をint型として取得します。 |
static long |
getLongValue(java.util.Properties properties,
java.lang.String key)
指定されたキーのプロパティ値をlong型として取得します。 |
static java.lang.String |
getStringValue(java.util.Properties properties,
java.lang.String key)
指定されたキーのプロパティ値を文字列として取得します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static java.lang.String getStringValue(java.util.Properties properties, java.lang.String key)
properties
- 取得対象Propertiesオブジェクトkey
- プロパティキー
public static int getIntValue(java.util.Properties properties, java.lang.String key)
properties
- 取得対象Propertiesオブジェクトkey
- プロパティキー
public static long getLongValue(java.util.Properties properties, java.lang.String key)
properties
- 取得対象Propertiesオブジェクトkey
- プロパティキー
|
commons b2007101701 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |