Package top.focess.qq.api.util.yaml
Class YamlConfigurationSection
- java.lang.Object
-
- top.focess.qq.api.util.yaml.YamlConfiguration
-
- top.focess.qq.api.util.yaml.YamlConfigurationSection
-
- All Implemented Interfaces:
Serializable,SectionMap
public class YamlConfigurationSection extends YamlConfiguration
Section of YamlConfiguration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlConfigurationSection(YamlConfiguration parent, Map<String,Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YamlConfigurationgetParent()Get the parent section-
Methods inherited from class top.focess.qq.api.util.yaml.YamlConfiguration
createSection, get, getSection, getValues, load, loadFile, save, set, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface top.focess.qq.api.util.SectionMap
contains, getOrDefault, keys, remove
-
-
-
-
Constructor Detail
-
YamlConfigurationSection
public YamlConfigurationSection(YamlConfiguration parent, @Nullable Map<String,Object> values)
-
-
Method Detail
-
getParent
public YamlConfiguration getParent()
Get the parent section- Returns:
- the parent section
-
-