|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Build
3.0.0+
Java class for Build complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Build">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="sourceDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scriptSourceDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="testSourceDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="testOutputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extensions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extension" type="{http://maven.apache.org/POM/4.0.0}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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 |
Build.Extensions
Java class for anonymous complex type. |
static interface |
Build.Filters
Java class for anonymous complex type. |
static interface |
Build.Plugins
Java class for anonymous complex type. |
static interface |
Build.Resources
Java class for anonymous complex type. |
static interface |
Build.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. |
Build.Extensions |
getExtensions()
Gets the value of the extensions property. |
Build.Filters |
getFilters()
Gets the value of the filters property. |
String |
getFinalName()
Gets the value of the finalName property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
PluginManagement |
getPluginManagement()
Gets the value of the pluginManagement property. |
Build.Plugins |
getPlugins()
Gets the value of the plugins property. |
Build.Resources |
getResources()
Gets the value of the resources property. |
String |
getScriptSourceDirectory()
Gets the value of the scriptSourceDirectory property. |
String |
getSourceDirectory()
Gets the value of the sourceDirectory property. |
String |
getTestOutputDirectory()
Gets the value of the testOutputDirectory property. |
Build.TestResources |
getTestResources()
Gets the value of the testResources property. |
String |
getTestSourceDirectory()
Gets the value of the testSourceDirectory property. |
void |
setDefaultGoal(String value)
Sets the value of the defaultGoal property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setExtensions(Build.Extensions value)
Sets the value of the extensions property. |
void |
setFilters(Build.Filters value)
Sets the value of the filters property. |
void |
setFinalName(String value)
Sets the value of the finalName property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setPluginManagement(PluginManagement value)
Sets the value of the pluginManagement property. |
void |
setPlugins(Build.Plugins value)
Sets the value of the plugins property. |
void |
setResources(Build.Resources value)
Sets the value of the resources property. |
void |
setScriptSourceDirectory(String value)
Sets the value of the scriptSourceDirectory property. |
void |
setSourceDirectory(String value)
Sets the value of the sourceDirectory property. |
void |
setTestOutputDirectory(String value)
Sets the value of the testOutputDirectory property. |
void |
setTestResources(Build.TestResources value)
Sets the value of the testResources property. |
void |
setTestSourceDirectory(String value)
Sets the value of the testSourceDirectory property. |
| Method Detail |
|---|
String getSourceDirectory()
Stringvoid setSourceDirectory(String value)
value - allowed object is
StringString getScriptSourceDirectory()
Stringvoid setScriptSourceDirectory(String value)
value - allowed object is
StringString getTestSourceDirectory()
Stringvoid setTestSourceDirectory(String value)
value - allowed object is
StringString getOutputDirectory()
Stringvoid setOutputDirectory(String value)
value - allowed object is
StringString getTestOutputDirectory()
Stringvoid setTestOutputDirectory(String value)
value - allowed object is
StringBuild.Extensions getExtensions()
Build.Extensionsvoid setExtensions(Build.Extensions value)
value - allowed object is
Build.ExtensionsString getDefaultGoal()
Stringvoid setDefaultGoal(String value)
value - allowed object is
StringBuild.Resources getResources()
Build.Resourcesvoid setResources(Build.Resources value)
value - allowed object is
Build.ResourcesBuild.TestResources getTestResources()
Build.TestResourcesvoid setTestResources(Build.TestResources value)
value - allowed object is
Build.TestResourcesString getDirectory()
Stringvoid setDirectory(String value)
value - allowed object is
StringString getFinalName()
Stringvoid setFinalName(String value)
value - allowed object is
StringBuild.Filters getFilters()
Build.Filtersvoid setFilters(Build.Filters value)
value - allowed object is
Build.FiltersPluginManagement getPluginManagement()
PluginManagementvoid setPluginManagement(PluginManagement value)
value - allowed object is
PluginManagementBuild.Plugins getPlugins()
Build.Pluginsvoid setPlugins(Build.Plugins value)
value - allowed object is
Build.Plugins
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||