Class MemorySectionStandalone

All Implemented Interfaces:
ConfigurationMethods<ConfigurationSectionStandalone>, ConfigurationSectionStandalone
Direct Known Subclasses:
YamlConfigurationStandalone

public class MemorySectionStandalone extends MemorySectionMethods<MemorySectionStandalone> implements ConfigurationSectionStandalone
A nested section of a StandaloneConfig, exposing the same read and write surface as the config itself over one branch of the document. getConfigurationSection(String) never returns null: a key that is missing, or that holds something other than a mapping, yields a section backed by a fresh detached node, so reads fall through to their defaults but writes to that section never reach the parent document.
See Also: