Packages

class SplashReader extends InteractiveReader

Reader during splash. Handles splash-completion with a stub, otherwise delegates.

Source
InteractiveReader.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplashReader
  2. InteractiveReader
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SplashReader(reader: InteractiveReader, postIniter: (InteractiveReader) ⇒ Unit)

Value Members

  1. val completion: Completion
    Definition Classes
    SplashReaderInteractiveReader
  2. def history: History
    Definition Classes
    SplashReaderInteractiveReader
  3. val interactive: Boolean
    Definition Classes
    SplashReaderInteractiveReader
  4. def postInit(): Unit

    Invoke the postInit action with the underlying reader.

    Invoke the postInit action with the underlying reader.

    Definition Classes
    SplashReaderInteractiveReader
  5. def readLine(prompt: String): String
    Definition Classes
    SplashReaderInteractiveReader
  6. def readYesOrNo(prompt: String, alt: ⇒ Boolean): Boolean
    Definition Classes
    InteractiveReader
  7. def redrawLine(): Unit
    Definition Classes
    SplashReaderInteractiveReader
  8. def reset(): Unit
    Definition Classes
    SplashReaderInteractiveReader