Package org.apache.maven.model.plugin
Class DefaultReportConfigurationExpander
java.lang.Object
org.apache.maven.model.plugin.DefaultReportConfigurationExpander
- All Implemented Interfaces:
- ReportConfigurationExpander
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultReportConfigurationExpander
extends Object
implements ReportConfigurationExpander
Deprecated.
Handles expansion of general report plugin configuration into individual report sets.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexpandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from general report plugin configuration into the individual reports sets of the given model.
- 
Constructor Details- 
DefaultReportConfigurationExpanderpublic DefaultReportConfigurationExpander()Deprecated.
 
- 
- 
Method Details- 
expandPluginConfigurationpublic void expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Description copied from interface:ReportConfigurationExpanderMerges values from general report plugin configuration into the individual reports sets of the given model.- Specified by:
- expandPluginConfigurationin interface- ReportConfigurationExpander
- Parameters:
- model- The model whose report 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.
 
 
- 
ModelBuilderinstead