public interface IModule<S extends ISection>
Modifier and Type | Method and Description |
---|---|
default void |
addSection(java.lang.String sectionName,
S section) |
S |
section(java.lang.String section) |
java.util.Set<java.lang.String> |
sectionNames() |