Uses of Class
org.apache.maven.model.ReportSet
Packages that use ReportSet
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of ReportSet in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportSetModifier and TypeFieldDescriptionReportPlugin.reportSetMapReportPlugin.reportSetsField reportSets.Methods in org.apache.maven.model that return ReportSetMethods in org.apache.maven.model that return types with arguments of type ReportSetModifier and TypeMethodDescriptionReportPlugin.getReportSets()Method getReportSets.ReportPlugin.getReportSetsAsMap()Methods in org.apache.maven.model with parameters of type ReportSetModifier and TypeMethodDescriptionvoidReportPlugin.addReportSet(ReportSet reportSet) Method addReportSet.voidReportPlugin.removeReportSet(ReportSet reportSet) Method removeReportSet.Method parameters in org.apache.maven.model with type arguments of type ReportSetModifier and TypeMethodDescriptionvoidReportPlugin.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ReportSet -
Uses of ReportSet in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportSetModifier and TypeMethodDescriptionprivate ReportSetMavenXpp3Reader.parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseReportSet.private ReportSetMavenXpp3ReaderEx.parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseReportSet.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportSetModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeReportSet(ReportSet reportSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportSet.private voidMavenXpp3WriterEx.writeReportSet(ReportSet reportSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportSet. -
Uses of ReportSet in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportSetModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getReportSetKey(ReportSet reportSet) protected ObjectModelMerger.getReportSetKey(ReportSet reportSet) protected voidModelMerger.mergeReportSet(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportSet_Id(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportSet_Reports(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportSet in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type ReportSet -
Uses of ReportSet in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type ReportSetModifier and TypeMethodDescriptionprivate static voidDefaultModelInheritanceAssembler.mergeReportSetDefinitions(ReportSet child, ReportSet parent)