Uses of Class
org.eclipse.tycho.versions.engine.VersionChange
-
Packages that use VersionChange Package Description org.eclipse.tycho.versions.engine org.eclipse.tycho.versions.manipulation -
-
Uses of VersionChange in org.eclipse.tycho.versions.engine
Subclasses of VersionChange in org.eclipse.tycho.versions.engine Modifier and Type Class Description class
PackageVersionChange
Describes an exported package version change.class
PomVersionChange
Methods in org.eclipse.tycho.versions.engine that return VersionChange Modifier and Type Method Description VersionChange
VersionChangesDescriptor. findVersionChangeByArtifactId(java.lang.String symbolicName)
-
Uses of VersionChange in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return VersionChange Modifier and Type Method Description private VersionChange
BundleManifestManipulator. findVersionChangeForProject(ProjectMetadata project, VersionChangesDescriptor versionChangeContext)
Methods in org.eclipse.tycho.versions.manipulation with parameters of type VersionChange Modifier and Type Method Description (package private) static java.lang.String
SiteXmlManipulator. rewriteFeatureUrl(java.lang.String url, VersionChange change)
-