|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildBase
3.0.0+
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>
| Nested Class Summary | |
|---|---|
static interface |
BuildBase.Filters
Java class for anonymous complex type. |
static interface |
BuildBase.Plugins
Java class for anonymous complex type. |
static interface |
BuildBase.Resources
Java class for anonymous complex type. |
static interface |
BuildBase.TestResources
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getDefaultGoal()
Gets the value of the defaultGoal property. |
String |
getDirectory()
Gets the value of the directory property. |
BuildBase.Filters |
getFilters()
Gets the value of the filters property. |
String |
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(String value)
Sets the value of the defaultGoal property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setFilters(BuildBase.Filters value)
Sets the value of the filters property. |
void |
setFinalName(String 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. |
| Method Detail |
|---|
String getDefaultGoal()
Stringvoid setDefaultGoal(String value)
value - allowed object is
StringBuildBase.Resources getResources()
BuildBase.Resourcesvoid setResources(BuildBase.Resources value)
value - allowed object is
BuildBase.ResourcesBuildBase.TestResources getTestResources()
BuildBase.TestResourcesvoid setTestResources(BuildBase.TestResources value)
value - allowed object is
BuildBase.TestResourcesString getDirectory()
Stringvoid setDirectory(String value)
value - allowed object is
StringString getFinalName()
Stringvoid setFinalName(String value)
value - allowed object is
StringBuildBase.Filters getFilters()
BuildBase.Filtersvoid setFilters(BuildBase.Filters value)
value - allowed object is
BuildBase.FiltersPluginManagement getPluginManagement()
PluginManagementvoid setPluginManagement(PluginManagement value)
value - allowed object is
PluginManagementBuildBase.Plugins getPlugins()
BuildBase.Pluginsvoid setPlugins(BuildBase.Plugins value)
value - allowed object is
BuildBase.Plugins
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||