@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
IOExceptionpublic void addVersionChange(String artifactId, String newVersion) throws IOException
IOExceptionpublic void apply()
throws IOException
IOExceptionpublic static void assertIsOsgiVersion(String version) throws NumberFormatException, IllegalArgumentException, NullPointerException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.