public class Reporting extends Object implements Serializable
| Constructor and Description |
|---|
Reporting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(ReportPlugin reportPlugin)
Method addPlugin.
|
void |
flushReportPluginMap()
Reset the
reportPluginMap field to null |
String |
getOutputDirectory()
Get where to store all of the generated reports.
|
List<ReportPlugin> |
getPlugins()
Method getPlugins.
|
Map |
getReportPluginsAsMap() |
boolean |
isExcludeDefaults() |
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(Boolean excludeDefaultsValue)
Set if true, then the default reports are not included in
the site generation.
|
void |
setExcludeDefaultsValue(String excludeDefaults) |
void |
setOutputDirectory(String outputDirectory)
Set where to store all of the generated reports.
|
void |
setPlugins(List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
public void addPlugin(ReportPlugin reportPlugin)
reportPlugin - public String getOutputDirectory()
${project.build.directory}/site
.public List<ReportPlugin> getPlugins()
public Boolean isExcludeDefaultsValue()
public void removePlugin(ReportPlugin reportPlugin)
reportPlugin - public void setExcludeDefaultsValue(Boolean excludeDefaultsValue)
excludeDefaultsValue - public void setOutputDirectory(String outputDirectory)
${project.build.directory}/site
.outputDirectory - public void setPlugins(List<ReportPlugin> plugins)
plugins - public void flushReportPluginMap()
reportPluginMap field to nullpublic Map getReportPluginsAsMap()
ReportPlugin#getKey() as keyReportPlugin.getKey()public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
public void setExcludeDefaultsValue(String excludeDefaults)
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.