Class VersionUpdater
- java.lang.Object
-
- org.eclipse.tycho.versions.engine.VersionUpdater
-
- Direct Known Subclasses:
EclipseVersionUpdater
,PomVersionUpdater
public abstract class VersionUpdater extends Object
Update pom or Eclipse/OSGi version to make both versions consistent.
-
-
Constructor Summary
Constructors Constructor Description VersionUpdater()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
addVersionChange(VersionsEngine engine, PomFile pom, String osgiVersion)
void
apply()
void
setProjects(Collection<ProjectMetadata> projects)
-
-
-
Method Detail
-
setProjects
public void setProjects(Collection<ProjectMetadata> projects)
-
apply
public void apply() throws IOException
- Throws:
IOException
-
addVersionChange
protected abstract void addVersionChange(VersionsEngine engine, PomFile pom, String osgiVersion)
-
-