o

sbt

BasicCommands

object BasicCommands

Source
BasicCommands.scala
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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. def combinedLax(s: State, any: Parser[_]): Parser[String]
  22. def completionsCommand: Command
  23. def delegateToAlias(name: String, orElse: Parser[() ⇒ State])(state: State): Parser[() ⇒ State]
  24. def doRead(s: State)(arg: Either[Int, Seq[File]]): State
  25. def early: Command
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def exit: Command
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def getAlias(c: Command): Option[(String, String)]
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def help: Command
  34. def helpParser(s: State): Parser[() ⇒ State]
  35. def history: Command
  36. def historyParser(s: State): Parser[() ⇒ State]
  37. def ifLast: Command
  38. def ignore: Command
  39. def isAliasNamed(name: String, c: Command): Boolean
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isNamed(name: String, alias: Option[(String, String)]): Boolean
  42. def multi: Command
  43. def multiApplied(s: State): Parser[() ⇒ State]
  44. def multiParser(s: State): Parser[List[String]]
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newAlias(name: String, value: String): Command
  47. def nop: Command
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def oldshell: Command
  51. lazy val otherCommandParser: (State) ⇒ Parser[String]
  52. def popOnFailure: Command
  53. def printAlias(s: State, name: String): Unit
  54. def printAliases(as: Seq[(String, String)]): Unit
  55. def printAliases(s: State): Unit
  56. def read: Command
  57. def readParser(s: State): Parser[Either[Int, Seq[File]]]
  58. def reboot: Command
  59. def removeAlias(s: State, name: String): State
  60. def removeAliases(s: State): State
  61. def removeTagged(as: Seq[Command], tag: AttributeKey[_]): Seq[Command]
  62. def removeTagged(s: State, tag: AttributeKey[_]): State
  63. def runAlias(s: State, args: Option[(String, Option[Option[String]])]): State
  64. def runClient(s0: State, inputArg: Seq[String]): State
  65. def runCompletions(state: State)(input: String): State
  66. def runHelp(s: State, h: Help)(arg: Option[String]): State
  67. def setOnFailure: Command
  68. def stashOnFailure: Command
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

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