public interface Reporting
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getReporting()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExcludeDefaults()
Returns the value of the 'Exclude Defaults' attribute.
|
java.lang.String |
getOutputDirectory()
Returns the value of the 'Output Directory' attribute.
|
org.eclipse.emf.common.util.EList<ReportPlugin> |
getPlugins()
Returns the value of the 'Plugins' containment reference list.
|
boolean |
isSetExcludeDefaults()
Returns whether the value of the '
Exclude Defaults ' attribute is set. |
boolean |
isSetPlugins()
Returns whether the value of the '
Plugins '
containment reference list is set. |
void |
setExcludeDefaults(java.lang.String value)
Sets the value of the '
Exclude Defaults ' attribute. |
void |
setOutputDirectory(java.lang.String value)
Sets the value of the '
Output Directory ' attribute. |
void |
unsetExcludeDefaults()
Unsets the value of the '
Exclude Defaults ' attribute. |
void |
unsetPlugins()
Unsets the value of the '
Plugins ' containment
reference list. |
java.lang.String getExcludeDefaults()
"false"
.
4.0.0 If true, then the default reports are
not included in the site generation. This includes the reports in the "Project Info" menu. isSetExcludeDefaults()
,
unsetExcludeDefaults()
,
setExcludeDefaults(String)
,
PomPackage.getReporting_ExcludeDefaults()
void setExcludeDefaults(java.lang.String value)
Exclude Defaults
' attribute. value
- the new value of the 'Exclude Defaults' attribute.isSetExcludeDefaults()
,
unsetExcludeDefaults()
,
getExcludeDefaults()
void unsetExcludeDefaults()
Exclude Defaults
' attribute. boolean isSetExcludeDefaults()
Exclude Defaults
' attribute is set. unsetExcludeDefaults()
,
getExcludeDefaults()
,
setExcludeDefaults(String)
java.lang.String getOutputDirectory()
setOutputDirectory(String)
,
PomPackage.getReporting_OutputDirectory()
void setOutputDirectory(java.lang.String value)
Output Directory
' attribute. value
- the new value of the 'Output Directory' attribute.getOutputDirectory()
org.eclipse.emf.common.util.EList<ReportPlugin> getPlugins()
ReportPlugin
. 4.0.0 The reporting plugins to use and their configuration. isSetPlugins()
,
unsetPlugins()
,
PomPackage.getReporting_Plugins()
void unsetPlugins()
Plugins
' containment
reference list. isSetPlugins()
,
getPlugins()
boolean isSetPlugins()
Plugins
'
containment reference list is set. unsetPlugins()
,
getPlugins()