Package org.apache.maven.model.plugin
Interface ReportConfigurationExpander
-
- All Known Implementing Classes:
DefaultReportConfigurationExpander
public interface ReportConfigurationExpanderHandles expansion of general report plugin configuration into individual report sets.- Author:
- Benjamin Bentmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexpandPluginConfiguration(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
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.- 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.
-
-