Uses of Class
org.jvnet.hk2.config.WriteableView
-
Packages that use WriteableView Package Description org.jvnet.hk2.config org.jvnet.hk2.config.api -
-
Uses of WriteableView in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type WriteableView Modifier and Type Method Description static voidConfigSupport. _deleteChild(ConfigBean parent, WriteableView writeableParent, ConfigBean child)Unprotected child deletion, caller must start a transaction before calling this method.Method parameters in org.jvnet.hk2.config with type arguments of type WriteableView Modifier and Type Method Description ObjectConfigSupport. addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable)static ConfigBeanConfigSupport. 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.static ConfigBeanConfigSupport. createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String,String> attributes, TransactionCallBack<WriteableView> runnable)Creates a new child of the passed child and add it to the parent's live list of elements. -
Uses of WriteableView in org.jvnet.hk2.config.api
Method parameters in org.jvnet.hk2.config.api with type arguments of type WriteableView Modifier and Type Method Description ObjectConfigurationUtilities. 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.
-