public class PluginManagement extends LocatedTreeImpl
Java class for PluginManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PluginManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<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}Plugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginManagement.Plugins
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PluginManagement.Plugins |
plugins |
endLocation, startLocation| Constructor and Description |
|---|
PluginManagement() |
| Modifier and Type | Method and Description |
|---|---|
PluginManagement.Plugins |
getPlugins()
Gets the value of the plugins property.
|
void |
setPlugins(PluginManagement.Plugins value)
Sets the value of the plugins property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected PluginManagement.Plugins plugins
public PluginManagement.Plugins getPlugins()
PluginManagement.Pluginspublic void setPlugins(PluginManagement.Plugins value)
value - allowed object is
PluginManagement.PluginsCopyright © 2012–2016 SonarSource. All rights reserved.