Changed the order of parameters in getScala method.
Changed the key name to scalaOrganization (scala-organization).
Augmented description of the key.
Minor fixes.
This commit is contained in:
Vojin Jovanovic
2012-04-05 12:19:49 +02:00
parent 182b7c655f
commit 0f6a50daee
5 changed files with 11 additions and 9 deletions
@@ -7,7 +7,7 @@ public interface Launcher
public static final int InterfaceVersion = 1;
public ScalaProvider getScala(String version);
public ScalaProvider getScala(String version, String reason);
public ScalaProvider getScala(String scalaOrg, String version, String reason);
public ScalaProvider getScala(String version, String reason, String scalaOrg);
public AppProvider app(ApplicationID id, String version);
public ClassLoader topLoader();
public GlobalLock globalLock();