public class BuildBase extends LocatedTreeImpl
Java class for BuildBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="defaultGoal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="testResources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="testResource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pluginManagement" type="{http://maven.apache.org/POM/4.0.0}PluginManagement" 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}Plugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildBase.Filters
Java class for anonymous complex type.
|
static class |
BuildBase.Plugins
Java class for anonymous complex type.
|
static class |
BuildBase.Resources
Java class for anonymous complex type.
|
static class |
BuildBase.TestResources
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
defaultGoal |
protected LocatedAttribute |
directory |
protected BuildBase.Filters |
filters |
protected LocatedAttribute |
finalName |
protected PluginManagement |
pluginManagement |
protected BuildBase.Plugins |
plugins |
protected BuildBase.Resources |
resources |
protected BuildBase.TestResources |
testResources |
endLocation, startLocation| Constructor and Description |
|---|
BuildBase() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getDefaultGoal()
Gets the value of the defaultGoal property.
|
LocatedAttribute |
getDirectory()
Gets the value of the directory property.
|
BuildBase.Filters |
getFilters()
Gets the value of the filters property.
|
LocatedAttribute |
getFinalName()
Gets the value of the finalName property.
|
PluginManagement |
getPluginManagement()
Gets the value of the pluginManagement property.
|
BuildBase.Plugins |
getPlugins()
Gets the value of the plugins property.
|
BuildBase.Resources |
getResources()
Gets the value of the resources property.
|
BuildBase.TestResources |
getTestResources()
Gets the value of the testResources property.
|
void |
setDefaultGoal(LocatedAttribute value)
Sets the value of the defaultGoal property.
|
void |
setDirectory(LocatedAttribute value)
Sets the value of the directory property.
|
void |
setFilters(BuildBase.Filters value)
Sets the value of the filters property.
|
void |
setFinalName(LocatedAttribute value)
Sets the value of the finalName property.
|
void |
setPluginManagement(PluginManagement value)
Sets the value of the pluginManagement property.
|
void |
setPlugins(BuildBase.Plugins value)
Sets the value of the plugins property.
|
void |
setResources(BuildBase.Resources value)
Sets the value of the resources property.
|
void |
setTestResources(BuildBase.TestResources value)
Sets the value of the testResources property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute defaultGoal
protected BuildBase.Resources resources
protected BuildBase.TestResources testResources
protected LocatedAttribute directory
protected LocatedAttribute finalName
protected BuildBase.Filters filters
protected PluginManagement pluginManagement
protected BuildBase.Plugins plugins
public LocatedAttribute getDefaultGoal()
Stringpublic void setDefaultGoal(LocatedAttribute value)
value - allowed object is
Stringpublic BuildBase.Resources getResources()
BuildBase.Resourcespublic void setResources(BuildBase.Resources value)
value - allowed object is
BuildBase.Resourcespublic BuildBase.TestResources getTestResources()
BuildBase.TestResourcespublic void setTestResources(BuildBase.TestResources value)
value - allowed object is
BuildBase.TestResourcespublic LocatedAttribute getDirectory()
Stringpublic void setDirectory(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getFinalName()
Stringpublic void setFinalName(LocatedAttribute value)
value - allowed object is
Stringpublic BuildBase.Filters getFilters()
BuildBase.Filterspublic void setFilters(BuildBase.Filters value)
value - allowed object is
BuildBase.Filterspublic PluginManagement getPluginManagement()
PluginManagementpublic void setPluginManagement(PluginManagement value)
value - allowed object is
PluginManagementpublic BuildBase.Plugins getPlugins()
BuildBase.Pluginspublic void setPlugins(BuildBase.Plugins value)
value - allowed object is
BuildBase.PluginsCopyright © 2012–2016 SonarSource. All rights reserved.