Package

ammonite.sshd

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Environment(thread: Thread, contextClassLoader: ClassLoader, systemIn: InputStream, systemOut: PrintStream, systemErr: PrintStream) extends Product with Serializable

    Permalink

    Container for staging environment important for Ammonite repl to run correctly.

    Container for staging environment important for Ammonite repl to run correctly.

    thread

    a thread where execution takes place. Important for restoring contextClassLoader

    contextClassLoader

    thread's context class loader. Ammonite repl uses that to load classes

Value Members

  1. object Environment extends Serializable

    Permalink

Ungrouped