public class I2PProperties
extends java.util.Properties
修飾子とタイプ | クラス | 説明 |
---|---|---|
static interface |
I2PProperties.I2PPropertyCallback |
コンストラクタ | 説明 |
---|---|
I2PProperties() |
|
I2PProperties(java.util.Properties defaults) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
addCallBack(I2PProperties.I2PPropertyCallback callback) |
|
void |
removeCallBack(I2PProperties.I2PPropertyCallback callback) |
|
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, stringPropertyNames, toString, values
public I2PProperties()
public I2PProperties(java.util.Properties defaults)
public void addCallBack(I2PProperties.I2PPropertyCallback callback)
public void removeCallBack(I2PProperties.I2PPropertyCallback callback)
public java.lang.Object setProperty(java.lang.String key, java.lang.String value)
setProperty
クラス内 java.util.Properties