ammonite

package ammonite

Visibility
  1. Public
  2. All

Type Members

  1. case class Main(predefCode: String = "", predefFile: Option[Path] = scala.None, defaultPredef: Boolean = true, storageBackend: Storage = ..., wd: Path = ammonite.ops.`package`.pwd, welcomeBanner: Option[String] = ..., inputStream: InputStream = java.this.lang.System.in, outputStream: OutputStream = java.this.lang.System.out, errorStream: OutputStream = java.this.lang.System.err, verboseOutput: Boolean = true, remoteLogging: Boolean = true, colors: Colors = ammonite.util.Colors.Default) extends Product with Serializable

    Contains the various entry points to the Ammonite REPL.

  2. class MainRunner extends AnyRef

    Bundles together:

Value Members

  1. object Constants

  2. object Main extends Serializable

  3. package main

    Code related to invoking Ammonite from the outside world: default configuration, running scripts, printing error messages, etc.

  4. package ops

Ungrouped