|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.plugin.DefaultReportConfigurationExpander
@Component(role=ReportConfigurationExpander.class) public class DefaultReportConfigurationExpander
Handles expansion of general report plugin configuration into individual report sets.
| Constructor Summary | |
|---|---|
DefaultReportConfigurationExpander()
|
|
| Method Summary | |
|---|---|
void |
expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from general report plugin configuration into the individual reports sets of the given model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultReportConfigurationExpander()
| Method Detail |
|---|
public void expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
ReportConfigurationExpander
expandPluginConfiguration in interface ReportConfigurationExpandermodel - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||