@Component(role=VersionsEngine.class, instantiationStrategy="per-lookup") public class VersionsEngine extends Object
| Constructor and Description |
|---|
VersionsEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChange(String artifactId,
String propertyName,
String propertyValue) |
void |
addVersionChange(String artifactId,
String newVersion) |
void |
addVersionChange(VersionChange change) |
void |
apply() |
void |
setProjects(Collection<ProjectMetadata> projects) |
public void setProjects(Collection<ProjectMetadata> projects)
public void addVersionChange(String artifactId, String newVersion) throws IOException
IOExceptionpublic void addVersionChange(VersionChange change)
public void apply()
throws IOException
IOExceptionpublic void addPropertyChange(String artifactId, String propertyName, String propertyValue) throws IOException
IOExceptionCopyright © 2008-2013 Eclipse Foundation. All Rights Reserved.