FullReader

sbt.internal.util.FullReader
final class FullReader(historyPath: Option[File], complete: Parser[_], val handleCONT: Boolean, terminal: Terminal) extends JLine

Attributes

Graph
Supertypes
class JLine
trait LineReader
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Deprecated constructors

def this(historyPath: Option[File], complete: Parser[_], handleCONT: Boolean, injectThreadSleep: Boolean)

Attributes

Deprecated
true

Inherited methods

override def close(): Unit

Attributes

Definition Classes
LineReader -> AutoCloseable
Inherited from:
LineReader
override def readLine(prompt: String, mask: Option[Char]): Option[String]

Attributes

Definition Classes
Inherited from:
JLine

Concrete fields

val handleCONT: Boolean