|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reporting
Section for management of reports and their configuration.
Java class for Reporting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reporting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="excludeDefaults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="plugins" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="plugin" type="{http://maven.apache.org/POM/4.0.0}ReportPlugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Reporting.Plugins
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
Reporting.Plugins |
getPlugins()
Gets the value of the plugins property. |
Boolean |
isExcludeDefaults()
Gets the value of the excludeDefaults property. |
void |
setExcludeDefaults(Boolean value)
Sets the value of the excludeDefaults property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setPlugins(Reporting.Plugins value)
Sets the value of the plugins property. |
| Method Detail |
|---|
Boolean isExcludeDefaults()
Booleanvoid setExcludeDefaults(Boolean value)
value - allowed object is
BooleanString getOutputDirectory()
Stringvoid setOutputDirectory(String value)
value - allowed object is
StringReporting.Plugins getPlugins()
Reporting.Pluginsvoid setPlugins(Reporting.Plugins value)
value - allowed object is
Reporting.Plugins
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||