Uses of Class
org.jvnet.hk2.config.WriteableView

Packages that use WriteableView
org.jvnet.hk2.config   
 

Uses of WriteableView in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config with parameters of type WriteableView
static void ConfigSupport._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
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 © 2013 Oracle Corporation. All Rights Reserved.