public class Reporting extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Reporting()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(ReportPlugin
Method addPlugin.
|
Reporting |
clone()
Method clone.
|
void |
flushReportPluginMap()
Reset the
reportPluginMap field to
null
|
String |
getExcludeDefaults()
Get if true, then the default reports are not included in the site generation.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getOutputDirectory()
Get where to store all of the generated reports.
|
List |
getPlugins()
Method getPlugins.
|
Map |
getReportPluginsAsMap()
|
boolean |
isExcludeDefaults()
|
void |
removePlugin(ReportPlugin
Method removePlugin.
|
void |
setExcludeDefaults(boolean excludeDefaults)
|
void |
setExcludeDefaults(String
Set if true, then the default reports are not included in the site generation.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setOutputDirectory(String
Set where to store all of the generated reports.
|
void |
setPlugins(List
Set the reporting plugins to use and their configuration.
|
public void addPlugin(ReportPluginreportPlugin)
reportPlugin -
public StringgetExcludeDefaults()
String for technical reasons, the semantic type is actually
Boolean. Default value is
false.
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetOutputDirectory()
${project.build.directory}/site.
public List<ReportPlugin > getPlugins()
public void removePlugin(ReportPluginreportPlugin)
reportPlugin -
public void setExcludeDefaults(StringexcludeDefaults)
String for technical reasons, the semantic type is actually
Boolean. Default value is
false.
excludeDefaults -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setOutputDirectory(StringoutputDirectory)
${project.build.directory}/site.
outputDirectory -
public void setPlugins(List<ReportPlugin > plugins)
plugins -
public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
public void flushReportPluginMap()
reportPluginMap field to
null
public Map<String ,ReportPlugin > getReportPluginsAsMap()
ReportPlugin#getKey() as key
ReportPlugin.getKey()