public class I2PProperties extends Properties
| Modifier and Type | Class and Description |
|---|---|
static interface |
I2PProperties.I2PPropertyCallback
Callback interface for property change notifications.
|
defaults| Constructor and Description |
|---|
I2PProperties() |
I2PProperties(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallBack(I2PProperties.I2PPropertyCallback callback) |
void |
removeCallBack(I2PProperties.I2PPropertyCallback callback) |
Object |
setProperty(String key,
String value) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic I2PProperties()
public I2PProperties(Properties defaults)
public void addCallBack(I2PProperties.I2PPropertyCallback callback)
public void removeCallBack(I2PProperties.I2PPropertyCallback callback)
public Object setProperty(String key, String value)
setProperty in class Properties