Object

sbt.internal.util.complete

JLineCompletion

Related Doc: package complete

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def appendCompletion(common: String, reader: ConsoleReader): Unit

    Permalink
  5. def appendNonEmpty(set: Set[String], add: String): Set[String]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beforeCursor(reader: ConsoleReader): String

    Permalink
  8. def bufferSnapshot(reader: ConsoleReader): (String, Int)

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def commonPrefix(a: String, b: String): String

    Permalink
  11. def commonPrefix(s: Seq[String]): String

    Permalink
  12. def complete(beforeCursor: String, completions: (String) ⇒ (Seq[String], Seq[String]), reader: ConsoleReader): Boolean

    Permalink
  13. def confirm(prompt: String, trueC: Char, falseC: Char, reader: ConsoleReader): Boolean

    Permalink
  14. def convertCompletions(cs: Set[Completion]): (Seq[String], Seq[String])

    Permalink
  15. def convertCompletions(c: Completions): (Seq[String], Seq[String])

    Permalink
  16. def customCompletor(f: (String, Int) ⇒ (Seq[String], Seq[String])): (ConsoleReader, Int) ⇒ Boolean

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasNewline(s: String): Boolean

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def installCustomCompletor(complete: (ConsoleReader, Int) ⇒ Boolean, reader: ConsoleReader): Unit

    Permalink
  24. def installCustomCompletor(reader: ConsoleReader)(complete: (String, Int) ⇒ (Seq[String], Seq[String])): Unit

    Permalink
  25. def installCustomCompletor(reader: ConsoleReader, parser: Parser[_]): Unit

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def parserAsCompletor(p: Parser[_]): (String, Int) ⇒ (Seq[String], Seq[String])

    Permalink
  31. def printCompletions(cs: Seq[String], reader: ConsoleReader): Unit

    Permalink
  32. def printLinesAndColumns(cs: Seq[String], reader: ConsoleReader): Unit

    Permalink
  33. def shouldPrint(cs: Seq[String], reader: ConsoleReader): Boolean

    Permalink
  34. def showCompletions(display: Seq[String], reader: ConsoleReader): Unit

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped