sbt

BasicCommands

object BasicCommands extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BasicCommands
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val CommandAliasKey: AttributeKey[(String, String)]

  7. def addAlias(s: State, name: String, value: String): State

  8. def alias: Command

  9. def aliasBody(name: String, value: String)(state: State): Parser[() ⇒ State]

  10. def aliasNames(s: State): Seq[String]

  11. def aliases(s: State, pred: (String, String) ⇒ Boolean): Seq[(String, String)]

  12. def allAliases(s: State): Seq[(String, String)]

  13. lazy val allBasicCommands: Seq[Command]

  14. def append: Command

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def call: Command

  17. def clearOnFailure: Command

  18. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def combinedLax(s: State, any: sbt.complete.Parser[_]): Parser[String]

  20. def continuous: Command

  21. def delegateToAlias(name: String, orElse: Parser[() ⇒ State])(state: State): Parser[() ⇒ State]

  22. def doRead(s: State)(arg: Either[Int, Seq[File]]): State

  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. def exit: Command

  26. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def getAlias(c: Command): Option[(String, String)]

  28. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def help: Command

  31. def helpParser(s: State): Parser[() ⇒ State]

  32. def history: Command

  33. def historyParser(s: State): Parser[() ⇒ State]

  34. def ifLast: Command

  35. def ignore: Command

  36. def isAliasNamed(name: String, c: Command): Boolean

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def isNamed(name: String, alias: Option[(String, String)]): Boolean

  39. def moreHelp(more: Seq[String]): String

  40. def multi: Command

  41. def multiApplied(s: State): Parser[() ⇒ State]

  42. def multiParser(s: State): Parser[Seq[String]]

  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. def newAlias(name: String, value: String): Command

  45. def nop: Command

  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. lazy val otherCommandParser: (State) ⇒ Parser[String]

  49. def printAlias(s: State, name: String): Unit

  50. def printAliases(as: Seq[(String, String)]): Unit

  51. def printAliases(s: State): Unit

  52. def read: Command

  53. def readParser(s: State): Parser[Either[Int, Seq[File]]]

  54. def reboot: Command

  55. def rebootParser(s: State): Parser[Boolean]

  56. def removeAlias(s: State, name: String): State

  57. def removeAliases(s: State): State

  58. def removeTagged(as: Seq[Command], tag: sbt.AttributeKey[_]): Seq[Command]

  59. def removeTagged(s: State, tag: sbt.AttributeKey[_]): State

  60. def runAlias(s: State, args: Option[(String, Option[Option[String]])]): State

  61. def runHelp(s: State, h: Help)(arg: Option[String]): State

  62. def setOnFailure: Command

  63. def shell: Command

  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any