Launcher documentation

This commit is contained in:
Mark Harrah
2009-10-17 09:48:39 -04:00
parent 1c9cabc69f
commit f045123989
8 changed files with 65 additions and 22 deletions
@@ -16,6 +16,7 @@ public interface ScalaProvider
public File libraryJar();
public File compilerJar();
/** Creates an application provider that will use 'loader()' as the parent ClassLoader for
* the application given by 'id'.*/
* the application given by 'id'. This method will retrieve the application if it has not already
* been retrieved.*/
public AppProvider app(ApplicationID id);
}