o

sbt.internal.util.complete

JLineCompletion

object JLineCompletion

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appendCompletion(common: String, reader: ConsoleReader): Unit
  5. def appendNonEmpty(set: Set[String], add: String): Set[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def beforeCursor(reader: ConsoleReader): String
  8. def bufferSnapshot(reader: ConsoleReader): (String, Int)
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def commonPrefix(a: String, b: String): String
  11. def commonPrefix(s: Seq[String]): String
  12. def complete(beforeCursor: String, completions: (String) ⇒ (Seq[String], Seq[String]), reader: ConsoleReader): Boolean
  13. def confirm(prompt: String, trueC: Char, falseC: Char, reader: ConsoleReader): Boolean
  14. def convertCompletions(cs: Set[Completion]): (Seq[String], Seq[String])
  15. def convertCompletions(c: Completions): (Seq[String], Seq[String])
  16. def customCompletor(f: (String, Int) ⇒ (Seq[String], Seq[String])): (ConsoleReader, Int) ⇒ Boolean
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hasNewline(s: String): Boolean
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def installCustomCompletor(complete: (ConsoleReader, Int) ⇒ Boolean, reader: ConsoleReader): Unit
  24. def installCustomCompletor(reader: ConsoleReader)(complete: (String, Int) ⇒ (Seq[String], Seq[String])): Unit
  25. def installCustomCompletor(reader: ConsoleReader, parser: Parser[_]): Unit
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def parserAsCompletor(p: Parser[_]): (String, Int) ⇒ (Seq[String], Seq[String])
  31. def printCompletions(cs: Seq[String], reader: ConsoleReader): Unit
  32. def printLinesAndColumns(cs: Seq[String], reader: ConsoleReader): Unit
  33. def shouldPrint(cs: Seq[String], reader: ConsoleReader): Boolean
  34. def showCompletions(display: Seq[String], reader: ConsoleReader): Unit

    display is assumed to be the exact strings requested to be displayed.

    display is assumed to be the exact strings requested to be displayed. In particular, duplicates should have been removed already.

  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped