Class Section
java.lang.Object
br.net.dd.netherwingcore.common.configuration.structs.Section
Represents a configuration section that holds a description and a collection of groups.
This class provides a structure for grouping configuration-related data together
and organizing it hierarchically.
-
Constructor Summary
ConstructorsConstructorDescriptionSection(Description description) Constructs a new Section with the specified description. -
Method Summary
Modifier and TypeMethodDescriptionAdds a new group to this section.Gets the description of this section.Gets the list of groups associated with this section.
-
Constructor Details
-
Section
Constructs a new Section with the specified description.- Parameters:
description- The description of the section.
-
-
Method Details
-
addGroup
-
getDescription
Gets the description of this section.- Returns:
- The description of the section.
-
getGroups
-