Package | Description |
---|---|
net.alpenblock.bungeeperms.config |
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration |
Modifier and Type | Class and Description |
---|---|
class |
FileConfiguration |
class |
MemoryConfiguration |
class |
MemorySection |
class |
YamlConfiguration
An implementation of
Configuration which saves all files in Yaml. |
Modifier and Type | Method and Description |
---|---|
ConfigurationSection |
ConfigurationSection.createSection(String path) |
ConfigurationSection |
MemorySection.createSection(String path) |
ConfigurationSection |
ConfigurationSection.createSection(String path,
Map<?,?> map) |
ConfigurationSection |
MemorySection.createSection(String path,
Map<?,?> map) |
ConfigurationSection |
ConfigurationSection.getConfigurationSection(String path) |
ConfigurationSection |
MemorySection.getConfigurationSection(String path) |
ConfigurationSection |
ConfigurationSection.getDefaultSection() |
ConfigurationSection |
MemorySection.getDefaultSection() |
ConfigurationSection |
ConfigurationSection.getParent() |
ConfigurationSection |
MemorySection.getParent() |
ConfigurationSection |
MemoryConfiguration.getParent() |
Modifier and Type | Method and Description |
---|---|
protected void |
YamlConfiguration.convertMapsToSections(Map<?,?> input,
ConfigurationSection section) |
static String |
MemorySection.createPath(ConfigurationSection section,
String key) |
static String |
MemorySection.createPath(ConfigurationSection section,
String key,
ConfigurationSection relativeTo) |
protected void |
MemorySection.mapChildrenKeys(Set<String> output,
ConfigurationSection section,
boolean deep) |
protected void |
MemorySection.mapChildrenValues(Map<String,Object> output,
ConfigurationSection section,
boolean deep) |
Constructor and Description |
---|
MemorySection(ConfigurationSection parent,
String path)
Creates an empty MemorySection with the specified parent and path.
|
Copyright © 2020. All rights reserved.