addParam

abstract fun addParam(groupName: String?, paramName: String, paramValue: String?)

The addParam method shall add a configuration parameter either to the specified group or to the default group.

Parameters

groupName

Group to which the configuration parameter is to be added. Note: If a group is not specified, then the default group shall be used.

paramName

Name of the configuration parameter.

paramValue

Value of the configuration parameter.

Throws

This exception shall be thrown if paramName is null.