sbt

BuiltinCommands

object BuiltinCommands extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BuiltinCommands
  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. def ConsoleCommands: Seq[Command]

  7. def DefaultBootCommands: Seq[String]

  8. def DefaultCommands: Seq[Command]

  9. def ScriptCommands: Seq[Command]

  10. def about: Command

  11. def aboutPlugins(e: Extracted): String

  12. def aboutProject(s: State): String

  13. def aboutScala(s: State, e: Extracted): String

  14. def aboutString(s: State): String

  15. def act: Command

  16. def actHelp: (State) ⇒ Help

  17. val aggregatedKeyValueParser: (State) ⇒ Parser[Option[AnyKeys]]

  18. def allKeyParser(s: State): Parser[sbt.AttributeKey[_]]

  19. def allTaskAndSettingKeys(s: State): Seq[sbt.AttributeKey[_]]

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def autoImports(extracted: Extracted): EvalImports

  22. def boot: Command

  23. def bootParser(s: State): Parser[() ⇒ State]

  24. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def defaults: Command

  26. def doLoadProject(s0: State, action: Value): State

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

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

    Definition Classes
    AnyRef → Any
  29. def eval: Command

  30. def extractLast(s: State): (BuildStructure, Select[ProjectRef], Show[sbt.Project.ScopedKey[_]])

  31. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  33. def handleLoadFailed(s: State): State

    Annotations
    @tailrec()
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def highPass(rankCutoff: Int): (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]]

  36. def imports(extracted: Extracted): Seq[(String, Int)]

  37. def initialAttributes: AttributeMap

  38. def initialize: Command

  39. def inspect: Command

  40. def inspectOutput(s: State, option: InspectOption, sk: sbt.Project.ScopedKey[_]): String

  41. def inspectParser: (State) ⇒ Parser[(sbt.InspectOption, sbt.Project.ScopedKey[_$22]) forSome { type _$22 }]

  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isLastOnly(s: State): Boolean

    The last* commands need to determine whether to read from the current log file or the previous log file and whether to keep the previous log file or not.

    The last* commands need to determine whether to read from the current log file or the previous log file and whether to keep the previous log file or not. This is selected based on whether the previous command was 'shell', which meant that the user directly entered the 'last' command. If it wasn't directly entered, the last* commands operate on any output since the last 'shell' command and do shift the log file. Otherwise, the output since the previous 'shell' command is used and the log file is not shifted.

  44. def isTask(mf: Manifest[_])(implicit taskMF: Manifest[sbt.Task[_]], inputMF: Manifest[sbt.InputTask[_]]): Boolean

  45. def keepLastLog(s: State): State

    If false, shift the current log file to be the log file that 'last' will operate on.

    If false, shift the current log file to be the log file that 'last' will operate on. If true, keep the previous log file as the one 'last' operates on because there is nothing useful in the current one.

  46. def keysHelp(s: State): Help

  47. def last: Command

  48. def lastGrep: Command

  49. def lastGrepParser(s: State): Parser[(String, Option[AnyKeys])]

  50. def lastLogFile(s: State): Option[File]

    Determines the log file that last* commands should operate on.

    Determines the log file that last* commands should operate on. See also isLastOnly.

  51. def listBuild(uri: URI, build: LoadedBuildUnit, current: Boolean, currentID: String, log: Logger): Unit

  52. def loadFailed: Command

  53. def loadProject: Command

  54. def loadProjectCommands(arg: String): List[String]

  55. def loadProjectImpl: Command

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

    Definition Classes
    AnyRef
  57. final def notify(): Unit

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

    Definition Classes
    AnyRef
  59. def printLast(s: State): (Seq[String]) ⇒ Unit

  60. def project: Command

  61. def projects: Command

  62. def projectsParser(s: State): Parser[(List[URI]) ⇒ List[URI]]

  63. def reapply(newSession: SessionSettings, structure: BuildStructure, s: State): State

  64. def registerCompilerCache(s: State): State

  65. def sbtName(s: State): String

  66. def sbtVersion(s: State): String

  67. def scalaVersion(s: State): String

  68. def selectedParser(s: State, keepKeys: (sbt.AttributeKey[_]) ⇒ Boolean): Parser[String]

  69. def sessionCommand: Command

  70. def set: Command

  71. def setParser: (State) ⇒ Parser[(Boolean, String)]

  72. def setThis(s: State, extracted: Extracted, settings: Seq[sbt.Project.Setting[_]], arg: String): SessionSettings

  73. def settingsCommand: Command

  74. def showProjects(s: State): Unit

  75. def showSettingLike(command: String, preamble: String, cutoff: Int, keep: (sbt.AttributeKey[_]) ⇒ Boolean): Command

  76. def showSettingParser(keepKeys: (sbt.AttributeKey[_]) ⇒ Boolean)(s: State): Parser[(Int, Option[String])]

  77. def sortByLabel(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]

  78. def sortByRank(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]

  79. val spacedAggregatedParser: (State) ⇒ Parser[Seq[sbt.Project.ScopedKey[T]] forSome { type T }]

  80. val spacedInspectOptionParser: (State) ⇒ Parser[InspectOption]

  81. val spacedKeyParser: (State) ⇒ Parser[sbt.Project.ScopedKey[_]]

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

    Definition Classes
    AnyRef
  83. def taskDetail(keys: Seq[sbt.AttributeKey[_]]): Seq[(String, String)]

  84. def taskStrings(key: sbt.AttributeKey[_]): Option[(String, String)]

  85. def tasks: Command

  86. def tasksHelp(s: State, filter: (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]], arg: Option[String]): String

  87. def toString(): String

    Definition Classes
    AnyRef → Any
  88. def topNRanked(n: Int): (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]]

  89. def transformExtraBuilds(s: State, f: (List[URI]) ⇒ List[URI]): State

  90. def verbosityParser: Parser[Int]

  91. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  94. def withDescription(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]

Inherited from AnyRef

Inherited from Any