| Package | Description |
|---|---|
| com.sk89q.util.yaml | |
| com.sk89q.wepif |
| Modifier and Type | Class and Description |
|---|---|
class |
YAMLProcessor
YAML configuration loader.
|
| Modifier and Type | Method and Description |
|---|---|
YAMLNode |
YAMLNode.addNode(String path)
Adds a new node to the given path.
|
static YAMLNode |
YAMLProcessor.getEmptyNode(boolean writeDefaults)
This method returns an empty ConfigurationNode for using as a
default in methods that select a node from a node list.
|
YAMLNode |
YAMLNode.getNode(String path)
Get a configuration node at a path.
|
| Modifier and Type | Method and Description |
|---|---|
List<YAMLNode> |
YAMLNode.getNodeList(String path,
List<YAMLNode> def)
Gets a list of nodes.
|
Map<String,YAMLNode> |
YAMLNode.getNodes(String path)
Get a list of nodes at a location.
|
| Modifier and Type | Method and Description |
|---|---|
List<YAMLNode> |
YAMLNode.getNodeList(String path,
List<YAMLNode> def)
Gets a list of nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static YAMLNode |
ConfigurationPermissionsResolver.generateDefaultPerms(YAMLNode section) |
| Modifier and Type | Method and Description |
|---|---|
static YAMLNode |
ConfigurationPermissionsResolver.generateDefaultPerms(YAMLNode section) |
Copyright © 2010-2014. All Rights Reserved.