@Component(role=VersionsEngine.class, instantiationStrategy="per-lookup") public class VersionsEngine extends Object
Constructor and Description |
---|
VersionsEngine() |
Modifier and Type | Method and Description |
---|---|
void |
addBasedir(File basedir) |
void |
addVersionChange(String artifactId,
String newVersion) |
void |
apply() |
static void |
assertIsOsgiVersion(String version) |
static String |
toCanonicalVersion(String version) |
static String |
toMavenVersion(String version) |
public void addBasedir(File basedir) throws IOException
IOException
public void addVersionChange(String artifactId, String newVersion) throws IOException
IOException
public void apply() throws IOException
IOException
public static void assertIsOsgiVersion(String version) throws NumberFormatException, IllegalArgumentException, NullPointerException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.