ammonite.sshd

util

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

    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

    systemIn
    systemOut
    systemErr

Value Members

  1. object Environment extends Serializable

Ungrouped