org.sonatype.tycho.versions.engine
Class VersionsEngine
java.lang.Object
org.sonatype.tycho.versions.engine.VersionsEngine
@Component(role=VersionsEngine.class,
instantiationStrategy="per-lookup")
public class VersionsEngine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionsEngine
public VersionsEngine()
addBasedir
public void addBasedir(File basedir)
throws IOException
- Throws:
IOException
addVersionChange
public void addVersionChange(String artifactId,
String newVersion)
throws IOException
- Throws:
IOException
apply
public void apply()
throws IOException
- Throws:
IOException
toCanonicalVersion
public static String toCanonicalVersion(String version)
toMavenVersion
public static String toMavenVersion(String version)
Copyright © 2008-2011. All Rights Reserved.