addSection method

void addSection (String section, 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.