Packages

object DisplayReporter

Source
DisplayReporter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisplayReporter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(settings: Settings = new Settings, reader: BufferedReader = Console.in, writer: PrintWriter = new PrintWriter(Console.err, true), echoWriter: PrintWriter = new PrintWriter(Console.out, true)): DisplayReporter
  2. def explanation(msg: String): String

    Take the message with its explanation, if it has one.

  3. def stripExplanation(msg: String): String

    Take the message without its explanation, if it has one.