Interface ModifiableConfiguration

All Superinterfaces:
Cloneable, Configuration, Serializable
All Known Implementing Classes:
DefaultConfiguration, HierarchicalConfiguration, PackageManager.PackageConfiguration, PropertyFileConfiguration, SystemPropertyConfiguration

public interface ModifiableConfiguration extends Configuration
A modifiable configuration.
Author:
Thomas Morgner
  • Method Details

    • setConfigProperty

      void setConfigProperty(String key, String value)
      Sets the value of a configuration property.
      Parameters:
      key - the property key.
      value - the property value.