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 booleanVersionChangesDescriptor. addVersionChange(PomVersionChange versionChange)voidVersionsEngine. 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 voidProductFileManipulator. applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, String productFileName, PomVersionChange change)protected voidPomManipulator. changeDependencies(String pomPath, List<GAV> dependencies, PomVersionChange change, String version, String newVersion)protected voidPomManipulator. changeDependencyManagement(String pomPath, DependencyManagement dependencyManagment, PomVersionChange change, String version, String newVersion)static booleanPomManipulator. isGavEquals(GAV gav, PomVersionChange change)static booleanPomManipulator. isPluginGavEquals(GAV gav, PomVersionChange change)
-