public interface Build extends BuildBase
The following features are supported:
PomPackage.getBuild()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Extension> |
getExtensions()
Returns the value of the 'Extensions' containment reference list.
|
String |
getOutputDirectory()
Returns the value of the 'Output Directory' attribute.
|
String |
getScriptSourceDirectory()
Returns the value of the 'Script Source Directory' attribute.
|
String |
getSourceDirectory()
Returns the value of the 'Source Directory' attribute.
|
String |
getTestOutputDirectory()
Returns the value of the 'Test Output Directory' attribute.
|
String |
getTestSourceDirectory()
Returns the value of the 'Test Source Directory' attribute.
|
boolean |
isSetExtensions()
Returns whether the value of the '
Extensions'
containment reference list is set. |
void |
setOutputDirectory(String value)
Sets the value of the '
Output Directory'
attribute. |
void |
setScriptSourceDirectory(String value)
Sets the value of the '
Script Source Directory' attribute. |
void |
setSourceDirectory(String value)
Sets the value of the '
Source Directory'
attribute. |
void |
setTestOutputDirectory(String value)
Sets the value of the '
Test Output Directory' attribute. |
void |
setTestSourceDirectory(String value)
Sets the value of the '
Test Source Directory' attribute. |
void |
unsetExtensions()
Unsets the value of the '
Extensions'
containment reference list. |
getDefaultGoal, getDirectory, getFilters, getFinalName, getPluginManagement, getPlugins, getResources, getTestResources, isSetPluginManagement, isSetPlugins, isSetResources, isSetTestResources, setDefaultGoal, setDirectory, setFinalName, setPluginManagement, unsetPluginManagement, unsetPlugins, unsetResources, unsetTestResourcesString getSourceDirectory()
setSourceDirectory(String),
PomPackage.getBuild_SourceDirectory()void setSourceDirectory(String value)
Source Directory'
attribute. value - the new value of the 'Source Directory' attribute.getSourceDirectory()String getScriptSourceDirectory()
setScriptSourceDirectory(String),
PomPackage.getBuild_ScriptSourceDirectory()void setScriptSourceDirectory(String value)
Script Source Directory' attribute. value - the new value of the 'Script Source Directory' attribute.getScriptSourceDirectory()String getTestSourceDirectory()
setTestSourceDirectory(String),
PomPackage.getBuild_TestSourceDirectory()void setTestSourceDirectory(String value)
Test Source Directory' attribute. value - the new value of the 'Test Source Directory' attribute.getTestSourceDirectory()String getOutputDirectory()
setOutputDirectory(String),
PomPackage.getBuild_OutputDirectory()void setOutputDirectory(String value)
Output Directory'
attribute. value - the new value of the 'Output Directory' attribute.getOutputDirectory()String getTestOutputDirectory()
setTestOutputDirectory(String),
PomPackage.getBuild_TestOutputDirectory()void setTestOutputDirectory(String value)
Test Output Directory' attribute. value - the new value of the 'Test Output Directory' attribute.getTestOutputDirectory()org.eclipse.emf.common.util.EList<Extension> getExtensions()
Extension. 4.0.0 A set of build extensions to use from this project. isSetExtensions(),
unsetExtensions(),
PomPackage.getBuild_Extensions()void unsetExtensions()
Extensions'
containment reference list. isSetExtensions(),
getExtensions()boolean isSetExtensions()
Extensions'
containment reference list is set. unsetExtensions(),
getExtensions()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.