Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
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(List<ReportSet> reportSets)
Set multiple specifications of a set of reports, each having
(possibly) different
configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateReportSet(ReportSet reportSet,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateReportSet.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.