using some of the embedding interfaces

This commit is contained in:
Mark Harrah 2012-01-09 08:00:35 -05:00
parent 8fcc056223
commit 5d4b89c965
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ public interface ScalaInstance
File compilerJar();
/** Jars provided by this Scala instance other than the compiler and library jars. */
File[] extraJars();
File[] otherJars();
/** All jar files provided by this Scala instance.*/
File[] jars();
File[] allJars();
/** The unique identifier for this Scala instance. An implementation should usually obtain this from the compiler.properties file in the compiler jar. */
String actualVersion();