getSection abstract method
Gets a configuration sub-section with the specified key.
This method will never return null
. If no matching sub-section
is found with the specified key, an empty ConfigurationSection
will be returned.
Implementation
ConfigurationSection getSection(String key);