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 |
---|---|
RepositoryPolicy |
PomFactory.createRepositoryPolicy()
Returns a new object of class 'Repository Policy'.
|
RepositoryPolicy |
Repository.getReleases()
Returns the value of the 'Releases' containment reference.
|
RepositoryPolicy |
Repository.getSnapshots()
Returns the value of the 'Snapshots' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.setReleases(RepositoryPolicy value)
Sets the value of the '
Releases '
containment reference. |
void |
Repository.setSnapshots(RepositoryPolicy value)
Sets the value of the '
Snapshots '
containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryPolicyImpl
An implementation of the model object ' Repository Policy'.
|
Modifier and Type | Field and Description |
---|---|
protected RepositoryPolicy |
RepositoryImpl.releases
The cached value of the '
Releases ' containment reference. |
protected RepositoryPolicy |
RepositoryImpl.snapshots
The cached value of the '
Snapshots ' containment reference. |
Modifier and Type | Method and Description |
---|---|
RepositoryPolicy |
PomFactoryImpl.createRepositoryPolicy() |
RepositoryPolicy |
RepositoryImpl.getReleases() |
RepositoryPolicy |
RepositoryImpl.getSnapshots() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
RepositoryImpl.basicSetReleases(RepositoryPolicy newReleases,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
RepositoryImpl.basicSetSnapshots(RepositoryPolicy newSnapshots,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RepositoryImpl.setReleases(RepositoryPolicy newReleases) |
void |
RepositoryImpl.setSnapshots(RepositoryPolicy newSnapshots) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseRepositoryPolicy(RepositoryPolicy object)
Returns the result of interpreting the object as an instance of ' Repository Policy'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.