clean the context for the configuration by clearing the configuration map defaults are used in case the values don't exist in the map
Retrieves the value associated with the given key in the configuration
Retrieves the value associated with the given key in the configuration
the key to lookup
the value associated with the key or null if the key doesn't exist
Returns a map of all configurations currently set
Generic functions that returns the config value of the given key or the default value if the config doesn't exist
Generic functions that returns the config value of the given key or the default value if the config doesn't exist
the config entry to be returned
the config value or the default value if the config value is not defined
Sets a new key in the configuration
Sets a new key in the configuration
the key to set
the value associated with the key
Update the configuration with the following entries
Update the configuration with the following entries
a map of parameters to be set
Removes a key from the configuration
Removes a key from the configuration
the key to remove