Package org.apache.maven.model.plugin
Class DefaultReportConfigurationExpander
- java.lang.Object
-
- org.apache.maven.model.plugin.DefaultReportConfigurationExpander
-
- All Implemented Interfaces:
ReportConfigurationExpander
@Named @Singleton public class DefaultReportConfigurationExpander extends java.lang.Object implements ReportConfigurationExpander
Handles expansion of general report plugin configuration into individual report sets.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description DefaultReportConfigurationExpander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems)
Merges values from general report plugin configuration into the individual reports sets of the given model.
-
-
-
Method Detail
-
expandPluginConfiguration
public void expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems)
Description copied from interface:ReportConfigurationExpander
Merges values from general report plugin configuration into the individual reports sets of the given model.- Specified by:
expandPluginConfiguration
in interfaceReportConfigurationExpander
- Parameters:
model
- The model whose report plugin configuration should be expanded, must not benull
.request
- The model building request that holds further settings, must not benull
.problems
- The container used to collect problems that were encountered, must not benull
.
-
-