package scaladon
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
EncapsulationViolationScriptRunner
extends AnyRef
Reimplement some of the private workings of ScriptRunner, to be able to see exceptions thrown by the script.
- case class Engine (prompt: Option[String] = None, welcome: Option[String] = None, interactiveMessageHandler: (String) ⇒ Unit = Task.defaultWriter, scriptMessageHandler: (String) ⇒ Unit = Task.defaultWriter) extends Product with Serializable