public interface BuildBase
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getBuildBase()
Modifier and Type | Method and Description |
---|---|
String |
getDefaultGoal()
Returns the value of the 'Default Goal' attribute.
|
String |
getDirectory()
Returns the value of the 'Directory' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getFilters()
Returns the value of the 'Filters' attribute list.
|
String |
getFinalName()
Returns the value of the 'Final Name' attribute.
|
PluginManagement |
getPluginManagement()
Returns the value of the 'Plugin Management' containment reference.
|
org.eclipse.emf.common.util.EList<Plugin> |
getPlugins()
Returns the value of the 'Plugins' containment reference list.
|
org.eclipse.emf.common.util.EList<Resource> |
getResources()
Returns the value of the 'Resources' containment reference list.
|
org.eclipse.emf.common.util.EList<Resource> |
getTestResources()
Returns the value of the 'Test Resources' containment reference list.
|
boolean |
isSetPluginManagement()
Returns whether the value of the '
Plugin Management ' containment reference is set. |
boolean |
isSetPlugins()
Returns whether the value of the '
Plugins '
containment reference list is set. |
boolean |
isSetResources()
Returns whether the value of the '
Resources
' containment reference list is set. |
boolean |
isSetTestResources()
Returns whether the value of the '
Test Resources ' containment reference list is set. |
void |
setDefaultGoal(String value)
Sets the value of the '
Default Goal '
attribute. |
void |
setDirectory(String value)
Sets the value of the '
Directory '
attribute. |
void |
setFinalName(String value)
Sets the value of the '
Final Name '
attribute. |
void |
setPluginManagement(PluginManagement value)
Sets the value of the '
Plugin Management ' containment reference. |
void |
unsetPluginManagement()
Unsets the value of the '
Plugin Management ' containment reference. |
void |
unsetPlugins()
Unsets the value of the '
Plugins ' containment
reference list. |
void |
unsetResources()
Unsets the value of the '
Resources '
containment reference list. |
void |
unsetTestResources()
Unsets the value of the '
Test Resources
' containment reference list. |
String getDefaultGoal()
setDefaultGoal(String)
,
PomPackage.getBuildBase_DefaultGoal()
void setDefaultGoal(String value)
Default Goal
'
attribute. value
- the new value of the 'Default Goal' attribute.getDefaultGoal()
org.eclipse.emf.common.util.EList<Resource> getResources()
Resource
. 3.0.0+ This element describes all of the classpath resources such as properties files associated with a
project. These resources are often included in the final package. isSetResources()
,
unsetResources()
,
PomPackage.getBuildBase_Resources()
void unsetResources()
Resources
'
containment reference list. isSetResources()
,
getResources()
boolean isSetResources()
Resources
' containment reference list is set. unsetResources()
,
getResources()
org.eclipse.emf.common.util.EList<Resource> getTestResources()
Resource
. 4.0.0 This element describes all of the classpath resources such as properties files associated with a
project's unit tests. isSetTestResources()
,
unsetTestResources()
,
PomPackage.getBuildBase_TestResources()
void unsetTestResources()
Test Resources
' containment reference list. isSetTestResources()
,
getTestResources()
boolean isSetTestResources()
Test Resources
' containment reference list is set. unsetTestResources()
,
getTestResources()
String getDirectory()
setDirectory(String)
,
PomPackage.getBuildBase_Directory()
void setDirectory(String value)
Directory
'
attribute. value
- the new value of the 'Directory' attribute.getDirectory()
String getFinalName()
setFinalName(String)
,
PomPackage.getBuildBase_FinalName()
void setFinalName(String value)
Final Name
'
attribute. value
- the new value of the 'Final Name' attribute.getFinalName()
PluginManagement getPluginManagement()
isSetPluginManagement()
,
unsetPluginManagement()
,
setPluginManagement(PluginManagement)
,
PomPackage.getBuildBase_PluginManagement()
void setPluginManagement(PluginManagement value)
Plugin Management
' containment reference. value
- the new value of the 'Plugin Management' containment reference.isSetPluginManagement()
,
unsetPluginManagement()
,
getPluginManagement()
void unsetPluginManagement()
Plugin Management
' containment reference. boolean isSetPluginManagement()
Plugin Management
' containment reference is set. unsetPluginManagement()
,
getPluginManagement()
,
setPluginManagement(PluginManagement)
org.eclipse.emf.common.util.EList<Plugin> getPlugins()
Plugin
. 4.0.0 The list of plugins to use. isSetPlugins()
,
unsetPlugins()
,
PomPackage.getBuildBase_Plugins()
void unsetPlugins()
Plugins
' containment
reference list. isSetPlugins()
,
getPlugins()
boolean isSetPlugins()
Plugins
'
containment reference list is set. unsetPlugins()
,
getPlugins()
org.eclipse.emf.common.util.EList<String> getFilters()
String
.
If the meaning of the 'Filters' attribute list isn't clear, there really should be more of a description here...
PomPackage.getBuildBase_Filters()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.