|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configs
| Nested Class Summary | |
|---|---|
static class |
Configs.Duck
|
| Method Summary | |
|---|---|
List<Config> |
getConfig()
Gets the value of the config property. |
Config |
getConfigByName(String name)
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||