| Package | Description |
|---|---|
| org.jvnet.hk2.config |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigSupport._deleteChild(ConfigBean parent,
WriteableView writeableParent,
ConfigBean child)
Unprotected child deletion, caller must start a transaction before calling this
method.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
java.lang.Class<? extends ConfigBeanProxy> childType,
java.util.List<ConfigSupport.AttributeChanges> attributes,
ConfigSupport.TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
static ConfigBean |
ConfigSupport.createAndSet(ConfigBean parent,
java.lang.Class<? extends ConfigBeanProxy> childType,
java.util.Map<java.lang.String,java.lang.String> attributes,
ConfigSupport.TransactionCallBack<WriteableView> runnable)
Creates a new child of the passed child and add it to the parent's live
list of elements.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.