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 | Method and Description |
---|---|
DeploymentRepository |
PomFactory.createDeploymentRepository()
Returns a new object of class 'Deployment Repository'.
|
DeploymentRepository |
DistributionManagement.getRepository()
Returns the value of the 'Repository' containment reference.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Returns the value of the 'Snapshot Repository' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagement.setRepository(DeploymentRepository value)
Sets the value of the '
Repository ' containment reference. |
void |
DistributionManagement.setSnapshotRepository(DeploymentRepository value)
Sets the value of the '
Snapshot Repository ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentRepositoryImpl
An implementation of the model object ' Deployment Repository'.
|
Modifier and Type | Field and Description |
---|---|
protected DeploymentRepository |
DistributionManagementImpl.repository
The cached value of the '
Repository ' containment reference. |
protected DeploymentRepository |
DistributionManagementImpl.snapshotRepository
The cached value of the '
Snapshot Repository ' containment reference. |
Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
PomFactoryImpl.createDeploymentRepository() |
DeploymentRepository |
DistributionManagementImpl.getRepository() |
DeploymentRepository |
DistributionManagementImpl.getSnapshotRepository() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DistributionManagementImpl.basicSetRepository(DeploymentRepository newRepository,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DistributionManagementImpl.basicSetSnapshotRepository(DeploymentRepository newSnapshotRepository,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DistributionManagementImpl.setRepository(DeploymentRepository newRepository) |
void |
DistributionManagementImpl.setSnapshotRepository(DeploymentRepository newSnapshotRepository) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseDeploymentRepository(DeploymentRepository object)
Returns the result of interpreting the object as an instance of ' Deployment Repository'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.