Package | Description |
---|---|
org.eclipse.m2e.model.edit.pom | |
org.eclipse.m2e.model.edit.pom.impl | |
org.eclipse.m2e.model.edit.pom.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Build
A representation of the model object ' Build'.
|
Modifier and Type | Method and Description |
---|---|
BuildBase |
PomFactory.createBuildBase()
Returns a new object of class 'Build Base'.
|
BuildBase |
Profile.getBuild()
Returns the value of the 'Build' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setBuild(BuildBase value)
Sets the value of the '
Build ' containment
reference. |
Modifier and Type | Class and Description |
---|---|
class |
BuildBaseImpl
An implementation of the model object ' Build Base'.
|
class |
BuildImpl
An implementation of the model object ' Build'.
|
Modifier and Type | Field and Description |
---|---|
protected BuildBase |
ProfileImpl.build
The cached value of the '
Build ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BuildBase |
PomFactoryImpl.createBuildBase() |
BuildBase |
ProfileImpl.getBuild() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProfileImpl.basicSetBuild(BuildBase newBuild,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProfileImpl.setBuild(BuildBase newBuild) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseBuildBase(BuildBase object)
Returns the result of interpreting the object as an instance of ' Build Base'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.