support reason for retrieving jars in launcher

specifically, identify when a Scala version is downloaded for
 running the application itself
This commit is contained in:
Mark Harrah
2011-04-11 00:44:28 -04:00
parent 715f7b8574
commit 988c22c653
14 changed files with 46 additions and 43 deletions
@@ -6,6 +6,7 @@ public interface Launcher
{
public static final int InterfaceVersion = 1;
public ScalaProvider getScala(String version);
public ScalaProvider getScala(String version, String reason);
public ClassLoader topLoader();
public GlobalLock globalLock();
public File bootDirectory();