scala.build.compiler.SimpleScalaCompiler
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
Members list
Concise view
Value members
Run a synthetic (created in runtime) scalac
as a JVM process with minimal parameters. (i.e.
to print scalac
help)
Run a synthetic (created in runtime) scalac
as a JVM process with minimal parameters. (i.e.
to print scalac
help)
Attributes
- compilerClassPath
classpath of the compiler itself
- fullClassPath
classpath to be passed to the compiler (optional)
- javaHomeOpt
Java home path (optional)
- javacOptions
options to be passed for the Java compiler
- logger
logger
- scalaVersion
Scala version for which scalac
is to be created
- scalacOptions
options to be passed for the Scala compiler
- Returns:
compiler process exit code
Attributes
- Definition Classes
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product