scala.build.compiler
package scala.build.compiler
Members list
Concise view
Type members
Classlikes
final class BloopCompiler(createServer: () => BloopServer, buildTargetsTimeout: FiniteDuration, strictBloopJsonCheck: Boolean) extends ScalaCompiler
Attributes
- Graph
- Supertypes
final class BloopCompilerMaker(config: BloopRifleConfig, threads: BloopThreads, strictBloopJsonCheck: Boolean) extends ScalaCompilerMaker
Attributes
- Graph
- Supertypes
trait ScalaCompiler
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
object ScalaCompiler
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ScalaCompiler.type
trait ScalaCompilerMaker
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
object ScalaCompilerMaker
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ScalaCompilerMaker.type
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object SimpleJavaCompiler
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- SimpleJavaCompiler.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
final case class SimpleScalaCompilerMaker(defaultJavaCommand: String, defaultJavaOptions: Seq[String], scaladoc: Boolean) extends ScalaCompilerMaker
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ScalaCompilerMakerclass Objecttrait Matchableclass Any