package main
Code related to invoking Ammonite from the outside world: default configuration, running scripts, printing error messages, etc.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- main
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- object Config extends Serializable
-
object
Scripts
Logic around using Ammonite as a script-runner; invoking scripts via the macro-generated Router, and pretty-printing any output or error messages
-
object
TrapExitSecurityManager extends SecurityManager
This security manager is assigned as default one when we run user scripts with the --watch option This allows to trap sys.exit by throwing a special TrapExitException