Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
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 |
MavenDom4jReader.parseReportSet(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseReportSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeReportSet(ReportSet reportSet,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeReportSet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateReportSet(ReportSet reportSet,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateReportSet.
|
Modifier and Type | Method and Description |
---|---|
private ReportSet |
MavenStaxReader.parseReportSet(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseReportSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeReportSet(ReportSet reportSet,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeReportSet.
|
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.
|