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

case class Config(core: Core, predef: Predef, repl: Repl, rest: Leftover[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
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 Object
trait Matchable
class 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 SecurityManager
class Object
trait Matchable
class Any
Self type