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