Console

sbt.Console
See theConsole companion object
final class Console(compiler: AnalyzingCompiler)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(classpath: Seq[File], log: Logger): Try[Unit]

Starts an interactive scala interpreter session with the given classpath.

Starts an interactive scala interpreter session with the given classpath.

Attributes

def apply(classpath: Seq[File], options: Seq[String], initialCommands: String, cleanupCommands: String, log: Logger): Try[Unit]
def apply(classpath: Seq[File], options: Seq[String], loader: ClassLoader, initialCommands: String, cleanupCommands: String)(bindings: (String, Any)*)(implicit log: Logger): Try[Unit]
def apply(classpath: Seq[File], options: Seq[String], initialCommands: String, cleanupCommands: String)(loader: Option[ClassLoader], bindings: Seq[(String, Any)])(implicit log: Logger): Try[Unit]
def apply(classpath: Seq[File], options: Seq[String], initialCommands: String, cleanupCommands: String, terminal: Terminal)(loader: Option[ClassLoader], bindings: Seq[(String, Any)])(implicit log: Logger): Try[Unit]