public interface Reporting
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getReporting()| Modifier and Type | Method and Description |
|---|---|
String |
getExcludeDefaults()
Returns the value of the 'Exclude Defaults' attribute.
|
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(String value)
Sets the value of the '
Exclude Defaults' attribute. |
void |
setOutputDirectory(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. |
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(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)String getOutputDirectory()
setOutputDirectory(String),
PomPackage.getReporting_OutputDirectory()void setOutputDirectory(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()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.