public class I2PProperties extends Properties
Modifier and Type | Class and Description |
---|---|
static interface |
I2PProperties.I2PPropertyCallback |
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, stringPropertyNames
clear, 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, values
public 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