| Package | Description |
|---|---|
| org.eclipse.tycho.versions.engine | |
| org.eclipse.tycho.versions.manipulation |
| Modifier and Type | Method and Description |
|---|---|
Set<PomVersionChange> |
VersionChangesDescriptor.getVersionChanges() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VersionChangesDescriptor.addVersionChange(PomVersionChange versionChange) |
void |
VersionsEngine.addVersionChange(PomVersionChange change) |
| Constructor and Description |
|---|
VersionChangesDescriptor(Set<PomVersionChange> originalVersionChanges,
VersionRangeUpdateStrategy versionRangeUpdateStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductFileManipulator.applyChangeToProduct(ProjectMetadata project,
ProductConfiguration product,
String productFileName,
PomVersionChange change) |
protected void |
PomManipulator.changeDependencies(String pomPath,
List<GAV> dependencies,
PomVersionChange change,
String version,
String newVersion) |
protected void |
PomManipulator.changeDependencyManagement(String pomPath,
DependencyManagement dependencyManagment,
PomVersionChange change,
String version,
String newVersion) |
static boolean |
PomManipulator.isGavEquals(GAV gav,
PomVersionChange change) |
static boolean |
PomManipulator.isPluginGavEquals(GAV gav,
PomVersionChange change) |
Copyright © 2008–2025 Eclipse Foundation. All rights reserved.