scala.build.compiler

Members list

Concise view

Type members

Classlikes

final class BloopCompiler(val bloopServer: BloopServer, buildTargetsTimeout: FiniteDuration, strictBloopJsonCheck: Boolean) extends ScalaCompiler

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class BloopCompilerMaker(config: BloopRifleConfig, threads: BloopThreads, strictBloopJsonCheck: Boolean) extends ScalaCompilerMaker

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class SimpleJavaCompiler(defaultJavaCommand: String, defaultJavaOptions: Seq[String])

A simple Java compiler to handle pure Java projects.

A simple Java compiler to handle pure Java projects.

Attributes

defaultJavaCommand

the default java command to be used

defaultJavaOptions

the default jvm options to be used with the java command

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SimpleScalaCompiler(defaultJavaCommand: String, defaultJavaOptions: Seq[String], scaladoc: Boolean) extends ScalaCompiler

A simple Scala compiler designed to handle scaladocs, Java projects & get scalac outputs.

A simple Scala compiler designed to handle scaladocs, Java projects & get scalac outputs.

Attributes

defaultJavaCommand

the default java command to be used

defaultJavaOptions

the default jvm options to be used with the java command

scaladoc

a flag for setting whether this compiler will handle scaladocs

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SimpleScalaCompilerMaker(defaultJavaCommand: String, defaultJavaOptions: Seq[String], scaladoc: Boolean) extends ScalaCompilerMaker

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any