public interface SettableConfig extends Config
Config.Visitor<T>| Modifier and Type | Method and Description |
|---|---|
void |
clearProperty(java.lang.String propName)
Clear a property.
|
void |
setProperties(Config config)
Copy all properties from the 'config' argument into this config.
|
void |
setProperties(java.util.Properties properties)
Set a bunch of proeprties
|
<T> void |
setProperty(java.lang.String propName,
T propValue)
Set a single property
|
accept, addListener, containsKey, get, get, get, get, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getDecoder, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getKeys, getKeys, getList, getList, getList, getLong, getLong, getPrefixedView, getPrivateView, getProperty, getPropertyUninstrumented, getRawProperty, getRawPropertyUninstrumented, getShort, getShort, getString, getString, getStrInterpolator, instrumentationEnabled, keys, recordUsage, removeListener, resolve, resolve, setDecoder, setStrInterpolatorforEachProperty, forEachPropertyUninstrumented, getName, isEmptyvoid setProperties(Config config)
config - void setProperties(java.util.Properties properties)
properties - <T> void setProperty(java.lang.String propName,
T propValue)
propName - propValue - void clearProperty(java.lang.String propName)
propName -