public class JDomReporting
extends org.apache.maven.model.Reporting
Constructor and Description |
---|
JDomReporting(org.jdom2.Element reporting)
Constructor for JDomReporting.
|
Modifier and Type | Method and Description |
---|---|
void |
addPlugin(org.apache.maven.model.ReportPlugin reportPlugin) |
void |
flushReportPluginMap() |
String |
getOutputDirectory() |
List<org.apache.maven.model.ReportPlugin> |
getPlugins() |
Map<String,org.apache.maven.model.ReportPlugin> |
getReportPluginsAsMap() |
boolean |
isExcludeDefaults() |
void |
removePlugin(org.apache.maven.model.ReportPlugin reportPlugin) |
void |
setExcludeDefaults(boolean excludeDefaults) |
void |
setOutputDirectory(String outputDirectory) |
void |
setPlugins(List<org.apache.maven.model.ReportPlugin> plugins) |
public JDomReporting(org.jdom2.Element reporting)
Constructor for JDomReporting.
reporting
- a Element
objectpublic void addPlugin(org.apache.maven.model.ReportPlugin reportPlugin)
addPlugin
in class org.apache.maven.model.Reporting
public String getOutputDirectory()
getOutputDirectory
in class org.apache.maven.model.Reporting
public List<org.apache.maven.model.ReportPlugin> getPlugins()
getPlugins
in class org.apache.maven.model.Reporting
public void removePlugin(org.apache.maven.model.ReportPlugin reportPlugin)
removePlugin
in class org.apache.maven.model.Reporting
public void setOutputDirectory(String outputDirectory)
setOutputDirectory
in class org.apache.maven.model.Reporting
public void setPlugins(List<org.apache.maven.model.ReportPlugin> plugins)
setPlugins
in class org.apache.maven.model.Reporting
public void flushReportPluginMap()
flushReportPluginMap
in class org.apache.maven.model.Reporting
public Map<String,org.apache.maven.model.ReportPlugin> getReportPluginsAsMap()
getReportPluginsAsMap
in class org.apache.maven.model.Reporting
public boolean isExcludeDefaults()
isExcludeDefaults
in class org.apache.maven.model.Reporting
public void setExcludeDefaults(boolean excludeDefaults)
setExcludeDefaults
in class org.apache.maven.model.Reporting
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.