Uses of Interface
org.eclipse.tycho.versions.engine.VersionRangeUpdateStrategy
-
Packages that use VersionRangeUpdateStrategy Package Description org.eclipse.tycho.versions.engine org.eclipse.tycho.versions.manipulation -
-
Uses of VersionRangeUpdateStrategy in org.eclipse.tycho.versions.engine
Classes in org.eclipse.tycho.versions.engine that implement VersionRangeUpdateStrategy Modifier and Type Class Description class
DefaultVersionRangeUpdateStrategy
Fields in org.eclipse.tycho.versions.engine declared as VersionRangeUpdateStrategy Modifier and Type Field Description private VersionRangeUpdateStrategy
VersionChangesDescriptor. versionRangeUpdateStrategy
Methods in org.eclipse.tycho.versions.engine that return VersionRangeUpdateStrategy Modifier and Type Method Description VersionRangeUpdateStrategy
VersionChangesDescriptor. getVersionRangeUpdateStrategy()
Constructors in org.eclipse.tycho.versions.engine with parameters of type VersionRangeUpdateStrategy Constructor Description VersionChangesDescriptor(java.util.Set<PomVersionChange> originalVersionChanges, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
-
Uses of VersionRangeUpdateStrategy in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation with parameters of type VersionRangeUpdateStrategy Modifier and Type Method Description private void
FeatureXmlManipulator. changeRequiredFeatures(PomVersionChange featureVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
private void
FeatureXmlManipulator. changeRequiredPlugins(PomVersionChange bundleVersionChange, Feature feature, VersionRangeUpdateStrategy versionRangeUpdateStrategy)
-