public interface Configs
extends org.jvnet.hk2.config.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) |
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 ConfigCopyright © 2017–2020 Eclipse Foundation. All rights reserved.