CompilerBuilder

object CompilerBuilder extends CompilerBuilder
class CompilerBuilder
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(initialClassPath: Seq[URL], classPath: Seq[URL], dynamicClassPath: Seq[(String, Array[Byte])], evalClassLoader: ClassLoader, pluginClassLoader: ClassLoader, reporter: Option[Message => Unit], settings: Seq[String], classPathWhiteList: Set[Seq[String]], lineNumberModifier: Boolean): Compiler
def newManager(rtCacheDir: Option[Path], headFrame: => Frame, dependencyCompleter: => Option[String => (Int, Seq[String])], whiteList: Set[Seq[String]], initialClassLoader: ClassLoader): CompilerLifecycleManager
def scalaVersion: String