ReplLoad

ammonite.repl.api.ReplLoad
trait ReplLoad

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(line: String): Unit

Loads a command into the REPL and evaluates them one after another

Loads a command into the REPL and evaluates them one after another

Attributes

def exec(path: Path): Unit

Loads and executes the scriptfile on the specified path. Compilation units separated by @\n are evaluated sequentially. If an error happens it prints an error message to the console.

Loads and executes the scriptfile on the specified path. Compilation units separated by @\n are evaluated sequentially. If an error happens it prints an error message to the console.

Attributes