public interface Configs extends ConfigBeanProxy
Modifier and Type | Interface and Description |
---|---|
static class |
Configs.Duck |
Modifier and Type | Method and Description |
---|---|
List<Config> |
getConfig()
Gets the value of the config property.
|
Config |
getConfigByName(String name) |
createChild, deepCopy, getParent, getParent
List<Config> getConfig()
set
method for the config property. For example, to add a new item,
do as follows:
getConfig().add(newItem);Objects of the following type(s) are allowed in the list
Config
@DuckTyped Config getConfigByName(String name)
Copyright © 2018. All rights reserved.