ammonite.runtime.ImportHook
See theImportHook companion object
trait ImportHook
An extensible hook into the Ammonite REPL's import system; allows the end user to hook into import $foo.bar.{baz, qux => qua} syntax, and in response load jars or process source files before the "current" compilation unit is run. Can be used to load script files, ivy dependencies, jars, or files from the web.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BaseClasspathobject Classpathobject PluginClasspathclass BaseIvyobject Ivyobject PluginIvyobject Repoclass SourceHookobject Execobject Fileobject URL
Members list
In this article