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, buildOptions: BuildOptions): Either[BuildException, ScalaCompiler]

Concrete methods

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