| 
||||||||||
| 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.  | 
 void | 
flushReportPluginMap()
Reset the reportPluginMap field to null | 
 String | 
getModelEncoding()
 | 
 String | 
getOutputDirectory()
Get Where to store all of the generated reports.  | 
 List | 
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 | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setOutputDirectory(String outputDirectory)
Set Where to store all of the generated reports.  | 
 void | 
setPlugins(List plugins)
Set the reporting plugins to use and their configuration.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Reporting()
| Method Detail | 
|---|
public void addPlugin(ReportPlugin reportPlugin)
reportPlugin - public String getOutputDirectory()
${project.build.directory}/site
             .
public List 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 plugins)
plugins - public void flushReportPluginMap()
reportPluginMap field to null
public Map getReportPluginsAsMap()
ReportPlugin#getKey() as keyReportPlugin.getKey()public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
public void setExcludeDefaultsValue(String excludeDefaults)
public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||