InterpreterInterface

ammonite.runtime.ImportHook.InterpreterInterface

The minimal interface that is exposed to the import hooks from the Interpreter. Open for extension, if someone needs more stuff, but by default this is what is available.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def loadIvy(coordinates: Dependency*): Either[String, Seq[File]]
def scalaVersion: String
def watch(p: Path): Unit