Uses of Class
org.apache.maven.model.ReportSet
-
Packages that use ReportSet Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of ReportSet in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportSet Modifier and Type Field Description private java.util.List<ReportSet>ReportPlugin. reportSetsField reportSets.Methods in org.apache.maven.model that return types with arguments of type ReportSet Modifier and Type Method Description java.util.List<ReportSet>ReportPlugin. getReportSets()Method getReportSets.Methods in org.apache.maven.model with parameters of type ReportSet Modifier and Type Method Description voidReportPlugin. addReportSet(ReportSet reportSet)Method addReportSet.voidReportPlugin. removeReportSet(ReportSet reportSet)Method removeReportSet.Method parameters in org.apache.maven.model with type arguments of type ReportSet Modifier and Type Method Description voidReportPlugin. setReportSets(java.util.List<ReportSet> reportSets)Set multiple specifications of a set of reports, each having (possibly) different configuration. -
Uses of ReportSet in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportSet Modifier and Type Method Description private ReportSetMavenXpp3Reader. parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseReportSet.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportSet Modifier and Type Method Description private voidMavenXpp3Writer. writeReportSet(ReportSet reportSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeReportSet. -
Uses of ReportSet in org.apache.maven.project
Methods in org.apache.maven.project that return ReportSet Modifier and Type Method Description static ReportSetModelUtils. cloneReportSet(ReportSet src)Methods in org.apache.maven.project with parameters of type ReportSet Modifier and Type Method Description static ReportSetModelUtils. cloneReportSet(ReportSet src)private static voidModelUtils. mergeReportSetDefinitions(ReportSet child, ReportSet parent)
-