public interface ConfigTree
| Modifier and Type | Method and Description |
|---|---|
static ConfigTreeBuilder |
builder() |
java.util.Collection<ConfigNode> |
getItems()
Returns a collection of this node's children.
|
ConfigNode |
lookup(java.lang.String name)
Tries to find a child in this node by name.
|
static ConfigTreeBuilder builder()
@Nonnull java.util.Collection<ConfigNode> getItems()
The returned collection is guaranteed to have no two nodes with the same name.
@Nullable ConfigNode lookup(java.lang.String name)
name - The name of the child to look fornull