Uses of Class
org.jvnet.hk2.config.WriteableView
Packages that use WriteableView
-
Uses of WriteableView in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type WriteableViewModifier and TypeMethodDescriptionstatic 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 WriteableViewModifier and TypeMethodDescriptionConfigSupport.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 WriteableViewModifier and TypeMethodDescriptionConfigurationUtilities.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.