SimpleScalaCompiler
scala.build.compiler.SimpleScalaCompiler
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.
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScalaCompilerclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Product
In this article