o

sbt

BasicCommands

object BasicCommands

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicCommands
  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 CommandAliasKey: AttributeKey[(String, String)]
  5. def addAlias(s: State, name: String, value: String): State
  6. def alias: Command
  7. def aliasBody(name: String, value: String)(state: State): Parser[() ⇒ State]
  8. def aliasNames(s: State): Seq[String]
  9. def aliases(s: State, pred: (String, String) ⇒ Boolean): Seq[(String, String)]
  10. def allAliases(s: State): Seq[(String, String)]
  11. lazy val allBasicCommands: Seq[Command]
  12. def append: Command
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def call: Command
  15. def callParser: Parser[(Seq[String], Seq[String])]
  16. def clearOnFailure: Command
  17. def client: Command
  18. def clientParser: Parser[Seq[String]]
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. def combinedLax(s: State, any: Parser[_]): Parser[String]
  21. def completionsCommand: Command
  22. def completionsParser(state: State): Parser[String]
  23. def continuous: Command
  24. def delegateToAlias(name: String, orElse: Parser[() ⇒ State])(state: State): Parser[() ⇒ State]
  25. def doRead(s: State)(arg: Either[Int, Seq[File]]): State
  26. def early: Command
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def exit: Command
  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def getAlias(c: Command): Option[(String, String)]
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def help: Command
  35. def helpParser(s: State): Parser[() ⇒ State]
  36. def history: Command
  37. def historyParser(s: State): Parser[() ⇒ State]
  38. def ifLast: Command
  39. def ignore: Command
  40. def isAliasNamed(name: String, c: Command): Boolean
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isNamed(name: String, alias: Option[(String, String)]): Boolean
  43. def multi: Command
  44. def multiApplied(s: State): Parser[() ⇒ State]
  45. def multiParser(s: State): Parser[List[String]]
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def newAlias(name: String, value: String): Command
  48. def nop: Command
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def oldshell: Command
  52. lazy val otherCommandParser: (State) ⇒ Parser[String]
  53. def popOnFailure: Command
  54. def printAlias(s: State, name: String): Unit
  55. def printAliases(as: Seq[(String, String)]): Unit
  56. def printAliases(s: State): Unit
  57. def read: Command
  58. def readParser(s: State): Parser[Either[Int, Seq[File]]]
  59. def reboot: Command
  60. def removeAlias(s: State, name: String): State
  61. def removeAliases(s: State): State
  62. def removeTagged(as: Seq[Command], tag: AttributeKey[_]): Seq[Command]
  63. def removeTagged(s: State, tag: AttributeKey[_]): State
  64. def runAlias(s: State, args: Option[(String, Option[Option[String]])]): State
  65. def runClient(s0: State, inputArg: Seq[String]): State
  66. def runCompletions(state: State)(input: String): State
  67. def runHelp(s: State, h: Help)(arg: Option[String]): State
  68. def setOnFailure: Command
  69. def stashOnFailure: Command
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def rebootParser(s: State): Parser[Boolean]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Use rebootOptionParser

Inherited from AnyRef

Inherited from Any

Ungrouped