public class DefaultModifiableConfiguration extends DefaultConfiguration implements ModifiableConfiguration
ModifiableConfiguration.DEFAULT_CONFIG_FILE, FLAG_PROPERTY_OFF, FLAG_PROPERTY_ON, logger, properties, singleton| Modifier | Constructor and Description |
|---|---|
protected |
DefaultModifiableConfiguration(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
setProperty(String propertyName,
String propertyValue)
Sets a new value
propertyValue for
property which name propertyName. |
copy, defineProperty, getConfigurationDump, getFlagProperty, getProperties, getProperty, getPropertyIntOrFail, getPropertyOrFail, singletonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefineProperty, getConfigurationDump, getFlagProperty, getProperties, getProperty, getPropertyIntOrFail, getPropertyOrFailprotected DefaultModifiableConfiguration(Properties properties)
public String setProperty(String propertyName, String propertyValue)
ModifiableConfigurationpropertyValue for
property which name propertyName.setProperty in interface ModifiableConfigurationpropertyName - name of property.propertyValue - value of property.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.