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<ReportPlugin> |
Reporting.plugins
Field plugins.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportPlugin> |
Reporting.getPlugins()
Method getPlugins.
|
Modifier and Type | Method and Description |
---|---|
void |
Reporting.addPlugin(ReportPlugin reportPlugin)
Method addPlugin.
|
void |
Reporting.removePlugin(ReportPlugin reportPlugin)
Method removePlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
Reporting.setPlugins(java.util.List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
Modifier and Type | Method and Description |
---|---|
private ReportPlugin |
MavenDom4jReader.parseReportPlugin(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeReportPlugin(ReportPlugin reportPlugin,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateReportPlugin(ReportPlugin reportPlugin,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
private ReportPlugin |
MavenStaxReader.parseReportPlugin(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeReportPlugin(ReportPlugin reportPlugin,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
private ReportPlugin |
MavenXpp3Reader.parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReportPlugin.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeReportPlugin(ReportPlugin reportPlugin,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportPlugin.
|