Uses of Interface
top.focess.util.SectionMap
-
Packages that use SectionMap Package Description top.focess.util top.focess.util.json top.focess.util.yaml -
-
Uses of SectionMap in top.focess.util
Methods in top.focess.util that return SectionMap Modifier and Type Method Description SectionMapSectionMap. createSection(String key)Create the section named key Note: if the section named key already exists, it will be replaced by a new sectionSectionMapSectionMap. getSection(String key)Get the section named key Note: if the section named key does not exist, it will be created -
Uses of SectionMap in top.focess.util.json
Classes in top.focess.util.json that implement SectionMap Modifier and Type Class Description classJSONThis class is used to define a JSON object as Map.classJSONSectionSection of JSON. -
Uses of SectionMap in top.focess.util.yaml
Classes in top.focess.util.yaml that implement SectionMap Modifier and Type Class Description classYamlConfigurationThis class is used to define a YAML configuration.classYamlConfigurationSectionSection of YamlConfiguration.
-