|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.plugin.DefaultReportingConverter
@Component(role=ReportingConverter.class) public class DefaultReportingConverter
Handles conversion of the legacy reporting section into the configuration of the new Maven Site Plugin.
Constructor Summary | |
---|---|
DefaultReportingConverter()
|
Method Summary | |
---|---|
void |
convertReporting(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Converts values from model's reporting section into the configuration for the new Maven Site Plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultReportingConverter()
Method Detail |
---|
public void convertReporting(Model model, ModelBuildingRequest request, ModelProblemCollector problems)
ReportingConverter
convertReporting
in interface ReportingConverter
model
- The model whose reporting section should be converted, 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 |