Serializable, Cloneable, Map<Object,Object>public class I2PProperties extends Properties
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
I2PProperties.I2PPropertyCallback |
defaults| Constructor | Description |
|---|---|
I2PProperties() |
|
I2PProperties(Properties defaults) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addCallBack(I2PProperties.I2PPropertyCallback callback) |
|
void |
removeCallBack(I2PProperties.I2PPropertyCallback callback) |
|
Object |
setProperty(String key,
String value) |
finalize, getClass, notify, notifyAll, wait, wait, waitclear, 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, storeToXML, stringPropertyNames, 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