Package org.jvnet.hk2.config.api
Interface ConfigurationUtilities
- All Known Implementing Classes:
ConfigSupport
@Contract
public interface ConfigurationUtilities
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptionaddChildWithAttributes(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 Details
-
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
-