public class Reporting
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
excludeDefaultsValue
If true, then the default reports are not included in the
site generation.
|
private java.lang.String |
outputDirectory
Where to store all of the generated reports.
|
private java.util.List<ReportPlugin> |
plugins
Field plugins.
|
(package private) java.util.Map |
reportPluginMap |
Constructor and Description |
---|
Reporting() |
Modifier and Type | Method and Description |
---|---|
void |
addPlugin(ReportPlugin reportPlugin)
Method addPlugin.
|
void |
flushReportPluginMap()
Reset the
reportPluginMap field to null |
java.lang.String |
getOutputDirectory()
Get where to store all of the generated reports.
|
java.util.List<ReportPlugin> |
getPlugins()
Method getPlugins.
|
java.util.Map |
getReportPluginsAsMap() |
boolean |
isExcludeDefaults() |
java.lang.Boolean |
isExcludeDefaultsValue()
Get if true, then the default reports are not included in
the site generation.
|
void |
removePlugin(ReportPlugin reportPlugin)
Method removePlugin.
|
void |
setExcludeDefaults(boolean excludeDefaults) |
void |
setExcludeDefaultsValue(java.lang.Boolean excludeDefaultsValue)
Set if true, then the default reports are not included in
the site generation.
|
void |
setExcludeDefaultsValue(java.lang.String excludeDefaults) |
void |
setOutputDirectory(java.lang.String outputDirectory)
Set where to store all of the generated reports.
|
void |
setPlugins(java.util.List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
private java.lang.Boolean excludeDefaultsValue
private java.lang.String outputDirectory
${project.build.directory}/site
.private java.util.List<ReportPlugin> plugins
java.util.Map reportPluginMap
public void addPlugin(ReportPlugin reportPlugin)
reportPlugin
- public java.lang.String getOutputDirectory()
${project.build.directory}/site
.public java.util.List<ReportPlugin> getPlugins()
public java.lang.Boolean isExcludeDefaultsValue()
public void removePlugin(ReportPlugin reportPlugin)
reportPlugin
- public void setExcludeDefaultsValue(java.lang.Boolean excludeDefaultsValue)
excludeDefaultsValue
- public void setOutputDirectory(java.lang.String outputDirectory)
${project.build.directory}/site
.outputDirectory
- public void setPlugins(java.util.List<ReportPlugin> plugins)
plugins
- public void flushReportPluginMap()
reportPluginMap
field to null
public java.util.Map getReportPluginsAsMap()
ReportPlugin#getKey()
as keyReportPlugin.getKey()
public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
public void setExcludeDefaultsValue(java.lang.String excludeDefaults)