Change-Id: I3b7937577c897a7e298ee431bd8c052cdb293dd9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* if {@code true} recursively adds the names defined in all base
* configurations
* @return the list of names defined for this section
+ * @since 3.2
*/
public Set<String> getNames(String section, boolean recursive) {
return getState().getNames(section, null, recursive);
* if {@code true} recursively adds the names defined in all base
* configurations
* @return the list of names defined for this subsection
+ * @since 3.2
*/
public Set<String> getNames(String section, String subsection,
boolean recursive) {