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
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