|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.Reporting
Section for management of reports and configuration
| Field Summary | |
(package private) java.util.Map |
reportPluginMap
|
| Constructor Summary | |
Reporting()
|
|
| Method Summary | |
void |
addPlugin(ReportPlugin reportPlugin)
Method addPlugin |
void |
flushReportPluginMap()
|
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputDirectory()
Get Where to store all of the generated reports |
java.util.List |
getPlugins()
Method getPlugins |
java.util.Map |
getReportPluginsAsMap()
|
boolean |
isExcludeDefaults()
Get If true, then the default reports are not included in the site generation |
void |
removePlugin(ReportPlugin reportPlugin)
Method removePlugin |
void |
setExcludeDefaults(boolean excludeDefaults)
Set If true, then the default reports are not included in the site generation |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setOutputDirectory(java.lang.String outputDirectory)
Set Where to store all of the generated reports |
void |
setPlugins(java.util.List plugins)
Set The report plugins) to use and their configuration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.Map reportPluginMap
| Constructor Detail |
public Reporting()
| Method Detail |
public void addPlugin(ReportPlugin reportPlugin)
reportPlugin - public java.lang.String getOutputDirectory()
public java.util.List getPlugins()
public boolean isExcludeDefaults()
public void removePlugin(ReportPlugin reportPlugin)
reportPlugin - public void setExcludeDefaults(boolean excludeDefaults)
excludeDefaults - public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory - public void setPlugins(java.util.List plugins)
plugins - public void flushReportPluginMap()
public java.util.Map getReportPluginsAsMap()
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||