A StandardConfiguration interface is derived from Configurator defines a set of operations to add a set of configuration values with set_configuration() method. |
set_configuration() method accepts a sequence of name-value pairs where name denotes the attribute name and the value represents its value. |
Home objects are configurable through HomeConfiguration interface allowing the caller to provide a Configurator object and/or a set of configuration values to be applied to instances created by the factory operations. |