Package org.jvnet.hk2.config.api
Interface ConfigurationUtilities
-
- All Known Implementing Classes:
ConfigSupport
@Contract public interface ConfigurationUtilities- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectaddChildWithAttributes(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.
-
-
-
Method Detail
-
addChildWithAttributes
Object addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) throws TransactionFailure
Adds this child bean to the parent with the given attributes. Does not start or end a configuration transaction- Parameters:
param-parent-childType-attributes-runnable-- Returns:
- Throws:
TransactionFailure
-
-