public class ConfigBuilder extends Object
If scopes contain more than one variable, they will be unfolded and formatted as a block. Example:
scopeA.foo = true scopeA.bar = false scopeB.foo = falsewill become
scopeB.foo = false
scopeA {
foo = true
bar = false
}
| Constructor and Description |
|---|
ConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(String name,
String value)
Adds a variable to the config.
|
String |
toString() |
Copyright © 2018. All rights reserved.