addSection method

void addSection (
  1. String section,
  2. ConfigParams sectionParams
)

Adds parameters into this ConfigParams under specified section. Keys for the new parameters are appended with section dot prefix.

  • section name of the section where add new parameters
  • sectionParams new parameters to be added.