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 Reporting |
ModelBase.reporting
This element includes the specification of
report plugins to use to generate the reports on the
Maven-generated site.
|
Modifier and Type | Method and Description |
---|---|
Reporting |
ModelBase.getReporting()
Get this element includes the specification of report
plugins to use to generate the reports on the
Maven-generated site.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setReporting(Reporting reporting)
Set this element includes the specification of report
plugins to use to generate the reports on the
Maven-generated site.
|
Modifier and Type | Method and Description |
---|---|
private Reporting |
MavenDom4jReader.parseReporting(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseReporting.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeReporting(Reporting reporting,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeReporting.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateReporting(Reporting reporting,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateReporting.
|
Modifier and Type | Method and Description |
---|---|
private Reporting |
MavenStaxReader.parseReporting(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseReporting.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeReporting(Reporting reporting,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeReporting.
|
Modifier and Type | Method and Description |
---|---|
private Reporting |
MavenXpp3Reader.parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReporting.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeReporting(Reporting reporting,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting.
|