ScalaCompilerMaker

scala.build.compiler.ScalaCompilerMaker
See theScalaCompilerMaker companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def create(workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger): ScalaCompiler

Concrete methods

final def withCompiler[T](workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger)(f: ScalaCompiler => T): T