scala.build.compiler
package scala.build.compiler
Members list
Type members
Classlikes
final class BloopCompiler(createServer: () => BloopServer, buildTargetsTimeout: FiniteDuration, strictBloopJsonCheck: Boolean) extends ScalaCompiler
Attributes
- Supertypes
final class BloopCompilerMaker(config: BloopRifleConfig, threads: BloopThreads, strictBloopJsonCheck: Boolean) extends ScalaCompilerMaker
Attributes
- Supertypes
trait ScalaCompiler
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ScalaCompiler
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalaCompiler.type
trait ScalaCompilerMaker
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ScalaCompilerMaker
Attributes
- Companion
- trait
- 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.
Value parameters
- defaultJavaCommand
-
the default
java
command to be used - defaultJavaOptions
-
the default jvm options to be used with the
java
command
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SimpleJavaCompiler
Attributes
- Companion
- class
- 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.
Value parameters
- 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
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalaCompilerclass Objecttrait Matchableclass AnyShow all
final case class SimpleScalaCompilerMaker(defaultJavaCommand: String, defaultJavaOptions: Seq[String], scaladoc: Boolean) extends ScalaCompilerMaker
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalaCompilerMakerclass Objecttrait Matchableclass AnyShow all
In this article