| 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,
Class<? extends ConfigBeanProxy> childType,
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,
Class<? extends ConfigBeanProxy> childType,
Map<String,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 © 2009–2014 Oracle Corporation. All rights reserved.