@Component(role=PluginConfigurationExpander.class) public class DefaultPluginConfigurationExpander extends java.lang.Object implements PluginConfigurationExpander
| Constructor and Description |
|---|
DefaultPluginConfigurationExpander() |
| Modifier and Type | Method and Description |
|---|---|
private void |
expand(java.util.List<Plugin> plugins) |
void |
expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from general build plugin configuration into the individual plugin executions of the given model.
|
public void expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems)
PluginConfigurationExpanderexpandPluginConfiguration in interface PluginConfigurationExpandermodel - The model whose build plugin configuration should be expanded, must not be null.request - The model building request that holds further settings, must not be null.problems - The container used to collect problems that were encountered, must not be null.private void expand(java.util.List<Plugin> plugins)