Uses of Class
org.apache.maven.model.ReportSet
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of ReportSet in org.apache.maven.model
Modifier and TypeMethodDescriptionReportPlugin.getReportSets()
Method getReportSets.ReportPlugin.getReportSetsAsMap()
Modifier and TypeMethodDescriptionvoid
ReportPlugin.addReportSet
(ReportSet reportSet) Method addReportSet.void
ReportPlugin.removeReportSet
(ReportSet reportSet) Method removeReportSet.Modifier and TypeMethodDescriptionvoid
ReportPlugin.setReportSets
(List<ReportSet> reportSets) Set multiple specifications of a set of reports, each having (possibly) different configuration. -
Uses of ReportSet in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected Object
ModelMerger.getReportSetKey
(ReportSet reportSet) protected void
ModelMerger.mergeReportSet
(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportSet_Id
(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportSet_Reports
(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context)