public interface Profile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getProfile()| Modifier and Type | Method and Description |
|---|---|
Activation |
getActivation()
Returns the value of the 'Activation' containment reference.
|
BuildBase |
getBuild()
Returns the value of the 'Build' containment reference.
|
org.eclipse.emf.common.util.EList<Dependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
DependencyManagement |
getDependencyManagement()
Returns the value of the 'Dependency Management' containment reference.
|
DistributionManagement |
getDistributionManagement()
Returns the value of the 'Distribution Management' containment reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getModules()
Returns the value of the 'Modules' attribute list.
|
org.eclipse.emf.common.util.EList<Repository> |
getPluginRepositories()
Returns the value of the 'Plugin Repositories' containment reference list.
|
org.eclipse.emf.common.util.EList<PropertyElement> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
Reporting |
getReporting()
Returns the value of the 'Reporting' reference.
|
org.eclipse.emf.common.util.EList<ReportPlugin> |
getReports()
Returns the value of the 'Reports' containment reference list.
|
org.eclipse.emf.common.util.EList<Repository> |
getRepositories()
Returns the value of the 'Repositories' containment reference list.
|
boolean |
isSetActivation()
Returns whether the value of the '
Activation
' containment reference is set. |
boolean |
isSetBuild()
Returns whether the value of the '
Build'
containment reference is set. |
boolean |
isSetDependencies()
Returns whether the value of the '
Dependencies' containment reference list is set. |
boolean |
isSetDependencyManagement()
Returns whether the value of the '
Dependency Management' containment reference is set. |
boolean |
isSetDistributionManagement()
Returns whether the value of the '
Distribution Management' containment reference is set. |
boolean |
isSetPluginRepositories()
Returns whether the value of the '
Plugin Repositories' containment reference list is set. |
boolean |
isSetProperties()
Returns whether the value of the '
Properties
' containment reference list is set. |
boolean |
isSetReports()
Returns whether the value of the '
Reports'
containment reference list is set. |
boolean |
isSetRepositories()
Returns whether the value of the '
Repositories' containment reference list is set. |
void |
setActivation(Activation value)
Sets the value of the '
Activation'
containment reference. |
void |
setBuild(BuildBase value)
Sets the value of the '
Build' containment
reference. |
void |
setDependencyManagement(DependencyManagement value)
Sets the value of the '
Dependency Management' containment reference. |
void |
setDistributionManagement(DistributionManagement value)
Sets the value of the '
Distribution Management' containment reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setReporting(Reporting value)
Sets the value of the '
Reporting' reference. |
void |
unsetActivation()
Unsets the value of the '
Activation'
containment reference. |
void |
unsetBuild()
Unsets the value of the '
Build' containment
reference. |
void |
unsetDependencies()
Unsets the value of the '
Dependencies'
containment reference list. |
void |
unsetDependencyManagement()
Unsets the value of the '
Dependency Management' containment reference. |
void |
unsetDistributionManagement()
Unsets the value of the '
Distribution Management' containment reference. |
void |
unsetPluginRepositories()
Unsets the value of the '
Plugin Repositories' containment reference list. |
void |
unsetProperties()
Unsets the value of the '
Properties'
containment reference list. |
void |
unsetReports()
Unsets the value of the '
Reports' containment
reference list. |
void |
unsetRepositories()
Unsets the value of the '
Repositories'
containment reference list. |
String getId()
setId(String),
PomPackage.getProfile_Id()void setId(String value)
Id' attribute. value - the new value of the 'Id' attribute.getId()Activation getActivation()
isSetActivation(),
unsetActivation(),
setActivation(Activation),
PomPackage.getProfile_Activation()void setActivation(Activation value)
Activation'
containment reference. value - the new value of the 'Activation' containment reference.isSetActivation(),
unsetActivation(),
getActivation()void unsetActivation()
Activation'
containment reference. boolean isSetActivation()
Activation
' containment reference is set. unsetActivation(),
getActivation(),
setActivation(Activation)BuildBase getBuild()
isSetBuild(),
unsetBuild(),
setBuild(BuildBase),
PomPackage.getProfile_Build()void setBuild(BuildBase value)
Build' containment
reference. value - the new value of the 'Build' containment reference.isSetBuild(),
unsetBuild(),
getBuild()void unsetBuild()
Build' containment
reference. isSetBuild(),
getBuild(),
setBuild(BuildBase)boolean isSetBuild()
Build'
containment reference is set. unsetBuild(),
getBuild(),
setBuild(BuildBase)org.eclipse.emf.common.util.EList<Repository> getRepositories()
Repository. 4.0.0 The lists of the remote repositories for discovering dependencies and extensions. isSetRepositories(),
unsetRepositories(),
PomPackage.getProfile_Repositories()void unsetRepositories()
Repositories'
containment reference list. isSetRepositories(),
getRepositories()boolean isSetRepositories()
Repositories' containment reference list is set. unsetRepositories(),
getRepositories()org.eclipse.emf.common.util.EList<Repository> getPluginRepositories()
Repository. 4.0.0 The lists of the remote repositories for discovering plugins for builds and reports. isSetPluginRepositories(),
unsetPluginRepositories(),
PomPackage.getProfile_PluginRepositories()void unsetPluginRepositories()
Plugin Repositories' containment reference list. isSetPluginRepositories(),
getPluginRepositories()boolean isSetPluginRepositories()
Plugin Repositories' containment reference list is set. unsetPluginRepositories(),
getPluginRepositories()org.eclipse.emf.common.util.EList<Dependency> getDependencies()
Dependency. 3.0.0+ This element describes all of the dependencies associated with a project. These
dependencies are used to construct a classpath for your project during the build process. They are automatically
downloaded from the repositories defined in this project. See <a
href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html" >the dependency
mechanism</a> for more information. isSetDependencies(),
unsetDependencies(),
PomPackage.getProfile_Dependencies()void unsetDependencies()
Dependencies'
containment reference list. isSetDependencies(),
getDependencies()boolean isSetDependencies()
Dependencies' containment reference list is set. unsetDependencies(),
getDependencies()org.eclipse.emf.common.util.EList<ReportPlugin> getReports()
ReportPlugin. 4.0.0 <b>Deprecated</b>. Now ignored by Maven. isSetReports(),
unsetReports(),
PomPackage.getProfile_Reports()void unsetReports()
Reports' containment
reference list. isSetReports(),
getReports()boolean isSetReports()
Reports'
containment reference list is set. unsetReports(),
getReports()DependencyManagement getDependencyManagement()
isSetDependencyManagement(),
unsetDependencyManagement(),
setDependencyManagement(DependencyManagement),
PomPackage.getProfile_DependencyManagement()void setDependencyManagement(DependencyManagement value)
Dependency Management' containment reference. value - the new value of the 'Dependency Management' containment reference.isSetDependencyManagement(),
unsetDependencyManagement(),
getDependencyManagement()void unsetDependencyManagement()
Dependency Management' containment reference. boolean isSetDependencyManagement()
Dependency Management' containment reference is set. unsetDependencyManagement(),
getDependencyManagement(),
setDependencyManagement(DependencyManagement)DistributionManagement getDistributionManagement()
isSetDistributionManagement(),
unsetDistributionManagement(),
setDistributionManagement(DistributionManagement),
PomPackage.getProfile_DistributionManagement()void setDistributionManagement(DistributionManagement value)
Distribution Management' containment reference. value - the new value of the 'Distribution Management' containment reference.isSetDistributionManagement(),
unsetDistributionManagement(),
getDistributionManagement()void unsetDistributionManagement()
Distribution Management' containment reference. boolean isSetDistributionManagement()
Distribution Management' containment reference is set. unsetDistributionManagement(),
getDistributionManagement(),
setDistributionManagement(DistributionManagement)org.eclipse.emf.common.util.EList<PropertyElement> getProperties()
PropertyElement. 4.0.0 Properties that can be used throughout the POM as a substitution, and are used as filters
in resources if enabled. The format is <code><name>value</name></code>.
isSetProperties(),
unsetProperties(),
PomPackage.getProfile_Properties()void unsetProperties()
Properties'
containment reference list. isSetProperties(),
getProperties()boolean isSetProperties()
Properties
' containment reference list is set. unsetProperties(),
getProperties()org.eclipse.emf.common.util.EList<String> getModules()
String.
If the meaning of the 'Modules' attribute list isn't clear, there really should be more of a description here...
PomPackage.getProfile_Modules()Reporting getReporting()
If the meaning of the 'Reporting' reference isn't clear, there really should be more of a description here...
setReporting(Reporting),
PomPackage.getProfile_Reporting()void setReporting(Reporting value)
Reporting' reference.
value - the new value of the 'Reporting' reference.getReporting()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.