o

sbt.internal.util.complete

HistoryCommands

object HistoryCommands

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HistoryCommands
  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. val Contains: String
  5. def ContainsFull: String
  6. def ContainsString: String
  7. val Last: String
  8. def LastFull: String
  9. val ListCommands: String
  10. def ListFull: String
  11. def ListN: String
  12. val MaxLines: Int
  13. def Nth: String
  14. def Previous: String
  15. val Start: String
  16. def StartsWithString: String
  17. val actionParser: Parser[(History) ⇒ Option[List[String]]]
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. def descriptions: Seq[(String, String)]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. lazy val execInt: Parser[(History) ⇒ Option[List[String]]]
  24. lazy val execStr: Parser[(History) ⇒ Option[List[String]]]
  25. def execute(f: (History) ⇒ Option[String]): (History) ⇒ Option[List[String]]
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. lazy val help: Parser[(History) ⇒ Option[List[String]]]
  30. def helpString: String
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. lazy val last: Parser[(History) ⇒ Option[List[String]]]
  33. lazy val list: Parser[(History) ⇒ Option[List[String]]]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. lazy val num: Parser[Int]
  38. def plainCommands: Seq[String]
  39. def printHelp(): Unit
  40. def printHistory(history: History, historySize: Int, show: Int): Unit
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped