|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.Reporting
public class Reporting
Section for management of reports and their configuration.
| Constructor Summary | |
|---|---|
Reporting()
|
|
| Method Summary | |
|---|---|
void |
addPlugin(ReportPlugin reportPlugin)
Method addPlugin. |
Reporting |
clone()
Method clone. |
void |
flushReportPluginMap()
Reset the reportPluginMap field to null |
java.lang.String |
getExcludeDefaults()
Get if true, then the default reports are not included in the site generation. |
java.lang.String |
getOutputDirectory()
Get where to store all of the generated reports. |
java.util.List<ReportPlugin> |
getPlugins()
Method getPlugins. |
java.util.Map<java.lang.String,ReportPlugin> |
getReportPluginsAsMap()
|
boolean |
isExcludeDefaults()
|
void |
removePlugin(ReportPlugin reportPlugin)
Method removePlugin. |
void |
setExcludeDefaults(boolean excludeDefaults)
|
void |
setExcludeDefaults(java.lang.String excludeDefaults)
Set if true, then the default reports are not included in the site generation. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reporting()
| Method Detail |
|---|
public void addPlugin(ReportPlugin reportPlugin)
reportPlugin - public Reporting clone()
clone in class java.lang.Objectpublic java.lang.String getExcludeDefaults()
String for
technical reasons, the semantic type is actually
Boolean. Default value is
false.
public java.lang.String getOutputDirectory()
${project.build.directory}/site
.
public java.util.List<ReportPlugin> getPlugins()
public void removePlugin(ReportPlugin reportPlugin)
reportPlugin - public void setExcludeDefaults(java.lang.String excludeDefaults)
String for
technical reasons, the semantic type is actually
Boolean. Default value is
false.
excludeDefaults - public void setOutputDirectory(java.lang.String outputDirectory)
${project.build.directory}/site
.
outputDirectory - public void setPlugins(java.util.List<ReportPlugin> plugins)
plugins - public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
public void flushReportPluginMap()
reportPluginMap field to null
public java.util.Map<java.lang.String,ReportPlugin> getReportPluginsAsMap()
ReportPlugin#getKey() as keyReportPlugin.getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||