CompilerBuilder

ammonite.compiler.CompilerBuilder
See theCompilerBuilder companion object
case class CompilerBuilder(outputDir: Option[Path]) extends CompilerBuilder

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CompilerBuilder
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def create(initialClassPath: Seq[URL], classPath: Seq[URL], dynamicClassPath: Seq[(String, Array[Byte])], evalClassLoader: ClassLoader, pluginClassLoader: ClassLoader, reporter: Option[Message => Unit], settings: Seq[String], classPathWhiteList: Set[Seq[String]], lineNumberModifier: Boolean): Compiler
def newManager(rtCacheDir: Option[Path], headFrame: => Frame, dependencyCompleter: => Option[String => (Int, Seq[String])], whiteList: Set[Seq[String]], initialClassLoader: ClassLoader, settings: Seq[String]): CompilerLifecycleManager
def scalaVersion: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product