Uses of Class
org.eclipse.tycho.versions.engine.PomVersionChange
-
Packages that use PomVersionChange Package Description org.eclipse.tycho.versions.engine org.eclipse.tycho.versions.manipulation -
-
Uses of PomVersionChange in org.eclipse.tycho.versions.engine
Methods in org.eclipse.tycho.versions.engine that return types with arguments of type PomVersionChange Modifier and Type Method Description Set<PomVersionChange>
VersionChangesDescriptor. getVersionChanges()
Methods in org.eclipse.tycho.versions.engine with parameters of type PomVersionChange Modifier and Type Method Description boolean
VersionChangesDescriptor. addVersionChange(PomVersionChange versionChange)
void
VersionsEngine. addVersionChange(PomVersionChange change)
Constructor parameters in org.eclipse.tycho.versions.engine with type arguments of type PomVersionChange Constructor Description VersionChangesDescriptor(Set<PomVersionChange> originalVersionChanges, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
-
Uses of PomVersionChange in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation with parameters of type PomVersionChange Modifier and Type Method 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)
-