Uses of Class
org.jvnet.hk2.config.ConfigSupport.AttributeChanges

Uses of ConfigSupport.AttributeChanges in org.jvnet.hk2.config
 

Subclasses of ConfigSupport.AttributeChanges in org.jvnet.hk2.config
static class ConfigSupport.MultipleAttributeChanges
           
static class ConfigSupport.SingleAttributeChange
           
 

Method parameters in org.jvnet.hk2.config with type arguments of type ConfigSupport.AttributeChanges
 ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.List<ConfigSupport.AttributeChanges> attributes)
           
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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.