package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
Value Members
- object Environment extends Serializable