Packages

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 addPluginSbtFile: Command

    Adds additional *.sbt to the plugin build.

    Adds additional *.sbt to the plugin build. This must be combined with early command as: --addPluginSbtFile=/tmp/extra.sbt

  7. def alias: Command
  8. def aliasBody(name: String, value: String)(state: State): Parser[() ⇒ State]
  9. def aliasNames(s: State): Seq[String]
  10. def aliases(s: State, pred: (String, String) ⇒ Boolean): Seq[(String, String)]
  11. def allAliases(s: State): Seq[(String, String)]
  12. lazy val allBasicCommands: Seq[Command]
  13. def append: Command
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def call: Command
  16. def callParser: Parser[(Seq[String], Seq[String])]
  17. def clearOnFailure: Command
  18. def client: Command
  19. def clientParser: Parser[Seq[String]]
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def combinedLax(s: State, any: Parser[_]): Parser[String]
  22. def completeExecCommand: Command
  23. def completionsCommand: 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[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 mapExecCommand: Command
  44. val multi: Command
  45. def multiApplied(state: State): Parser[() ⇒ State]
  46. def multiParser(s: State): Parser[List[String]]
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def newAlias(name: String, value: String): Command
  49. def nop: Command
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def oldshell: Command
  53. lazy val otherCommandParser: (State) ⇒ Parser[String]
  54. def popOnFailure: Command
  55. def printAlias(s: State, name: String): Unit
  56. def printAliases(as: Seq[(String, String)]): Unit
  57. def printAliases(s: State): Unit
  58. def read: Command
  59. def readParser(s: State): Parser[Either[Int, Seq[File]]]
  60. def reboot: Command
  61. def rebootImpl: Command
  62. def removeAlias(s: State, name: String): State
  63. def removeAliases(s: State): State
  64. def removeTagged(as: Seq[Command], tag: AttributeKey[_]): Seq[Command]
  65. def removeTagged(s: State, tag: AttributeKey[_]): State
  66. def reportResultsCommand: Command
  67. def runAlias(s: State, args: Option[(String, Option[Option[String]])]): State
  68. def runClient(s0: State, inputArg: Seq[String]): State
  69. def runCompletions(state: State)(input: String): State
  70. def runHelp(s: State, h: Help)(arg: Option[String]): State
  71. def setOnFailure: Command
  72. def shutdown: Command
  73. def stashOnFailure: Command
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def completionsParser(state: State): Parser[String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.1) No longer public

  2. def continuous: Command
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by BuiltInCommands.continuous

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

    (Since version 1.1.0) Use rebootOptionParser

Inherited from AnyRef

Inherited from Any

Ungrouped