ammonite.main
package ammonite.main
Code related to invoking Ammonite from the outside world: default configuration, running scripts, printing error messages, etc.
Attributes
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Config
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
Logic around using Ammonite as a script-runner; invoking scripts via the macro-generated Router, and pretty-printing any output or error messages
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Scripts.type
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
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
Attributes
- Supertypes
-
class SecurityManagerclass Objecttrait Matchableclass Any
- Self type
In this article