| Package | Description |
|---|---|
| org.jvnet.hk2.config | |
| org.jvnet.hk2.config.api |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigSupport.MultipleAttributeChanges |
static class |
ConfigSupport.SingleAttributeChange |
| Modifier and Type | Method and Description |
|---|---|
static List<AttributeChanges> |
ConfigSupport.convertMapToAttributeChanges(Map<String,String> values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConfigSupport.addChildWithAttributes(ConfigBeanProxy param,
ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable) |
ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes) |
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ConfigurationUtilities.addChildWithAttributes(ConfigBeanProxy param,
ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Adds this child bean to the parent with the given attributes.
|
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.