public class ConfigPicker extends Object
| Constructor and Description |
|---|
ConfigPicker(ConfigContainer container) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
addComment(String value) |
Comment |
addComment(String path,
String value) |
Config |
addConfig(String path,
Object value) |
Config |
addConfig(String path,
String value) |
EmptyLine |
addEmptyLine() |
EmptyLine |
addEmptyLine(String path) |
boolean |
containsBase() |
Config |
getConfig(String path) |
List<Config> |
getConfigs(String name) |
List<Config> |
getConfigsWhichEndWith(String name) |
List<Config> |
getConfigsWhichStartWith(String name) |
Description |
getDescription(String name) |
Tree |
getTree(String path,
boolean newInstance) |
Description |
setDescription(String name,
String value) |
public ConfigPicker(ConfigContainer container)
public EmptyLine addEmptyLine()
public Description setDescription(String name, String value)
public Description getDescription(String name)
public boolean containsBase()
Copyright © 2018. All rights reserved.