Uses of Class
org.jvnet.hk2.config.AttributeChanges
Packages that use AttributeChanges
-
Uses of AttributeChanges in org.jvnet.hk2.config
Subclasses of AttributeChanges in org.jvnet.hk2.configModifier and TypeClassDescriptionstatic classstatic classMethods in org.jvnet.hk2.config that return types with arguments of type AttributeChangesModifier and TypeMethodDescriptionstatic List<AttributeChanges> ConfigSupport.convertMapToAttributeChanges(Map<String, String> values) Method parameters in org.jvnet.hk2.config with type arguments of type AttributeChangesModifier and TypeMethodDescriptionConfigSupport.addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes) 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. -
Uses of AttributeChanges in org.jvnet.hk2.config.api
Method parameters in org.jvnet.hk2.config.api with type arguments of type AttributeChangesModifier 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.