Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ReportSet> |
ReportPlugin.reportSets
Field reportSets.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportSet> |
ReportPlugin.getReportSets()
Method getReportSets.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportPlugin.addReportSet(ReportSet reportSet)
Method addReportSet.
|
void |
ReportPlugin.removeReportSet(ReportSet reportSet)
Method removeReportSet.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportPlugin.setReportSets(java.util.List<ReportSet> reportSets)
Set multiple specifications of a set of reports, each having
(possibly) different
configuration.
|
Modifier and Type | Method and Description |
---|---|
private ReportSet |
MavenXpp3Reader.parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReportSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeReportSet(ReportSet reportSet,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportSet.
|
Modifier and Type | Method and Description |
---|---|
static ReportSet |
ModelUtils.cloneReportSet(ReportSet src) |
Modifier and Type | Method and Description |
---|---|
static ReportSet |
ModelUtils.cloneReportSet(ReportSet src) |
private static void |
ModelUtils.mergeReportSetDefinitions(ReportSet child,
ReportSet parent) |