public class SystemProfileValueSource extends ObjectSE implements ProfileValueSource
ProfileValueSource
の実装。修飾子と型 | メソッドと説明 |
---|---|
StringSE | get(StringSE key) 指定されたキーが示すプロファイル値をシステムプロパティから取得します。 |
static SystemProfileValueSource | getInstance() この ProfileValueSource の正規インスタンスを取得します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public static final SystemProfileValueSource getInstance()
public StringSE get(StringSE key)
ProfileValueSource
の get
key
- プロファイル値の名前 null
System.getProperty(String)
SE