sbt
BuiltinCommands
object
BuiltinCommands extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
ConsoleCommands: Seq[Command]
-
def
DefaultBootCommands: Seq[String]
-
def
DefaultCommands: Seq[Command]
-
def
ScriptCommands: Seq[Command]
-
-
def
aboutPlugins(e: Extracted): String
-
def
aboutProject(s: State): String
-
def
aboutScala(s: State, e: Extracted): String
-
def
aboutString(s: State): String
-
-
-
val
aggregatedKeyValueParser: (State) ⇒ Parser[Option[AnyKeys]]
-
def
allKeyParser(s: State): Parser[sbt.AttributeKey[_]]
-
def
allTaskAndSettingKeys(s: State): Seq[sbt.AttributeKey[_]]
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
def
clone(): AnyRef
-
-
def
doLoadProject(s0: State, action: Value): State
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
handleLoadFailed(s: State): State
-
def
hashCode(): Int
-
def
highPass(rankCutoff: Int): (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]]
-
def
imports(extracted: Extracted): Seq[(String, Int)]
-
-
def
initialize: Command
-
-
def
inspectOutput(s: State, option: InspectOption, sk: sbt.Project.ScopedKey[_]): String
-
def
inspectParser: (State) ⇒ Parser[(sbt.InspectOption, sbt.Project.ScopedKey[_$22]) forSome { type _$22 }]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLastOnly(s: State): Boolean
-
def
isTask(mf: Manifest[_])(implicit taskMF: Manifest[sbt.Task[_]], inputMF: Manifest[sbt.InputTask[_]]): Boolean
-
def
keepLastLog(s: State): State
-
def
keysHelp(s: State): Help
-
-
-
def
lastGrepParser(s: State): Parser[(String, Option[AnyKeys])]
-
def
lastLogFile(s: State): Option[File]
-
def
listBuild(uri: URI, build: LoadedBuildUnit, current: Boolean, currentID: String, log: Logger): Unit
-
def
loadFailed: Command
-
def
loadProject: Command
-
def
loadProjectCommands(arg: String): List[String]
-
def
loadProjectImpl: Command
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
printLast(s: State): (Seq[String]) ⇒ Unit
-
-
-
def
projectsParser(s: State): Parser[(List[URI]) ⇒ List[URI]]
-
-
def
registerCompilerCache(s: State): State
-
def
sbtName(s: State): String
-
def
sbtVersion(s: State): String
-
def
scalaVersion(s: State): String
-
def
selectedParser(s: State, keepKeys: (sbt.AttributeKey[_]) ⇒ Boolean): Parser[String]
-
def
sessionCommand: Command
-
-
def
setParser: (State) ⇒ Parser[(Boolean, String)]
-
def
setThis(s: State, extracted: Extracted, settings: Seq[sbt.Project.Setting[_]], arg: String): SessionSettings
-
def
settingsCommand: Command
-
def
showProjects(s: State): Unit
-
def
showSettingLike(command: String, preamble: String, cutoff: Int, keep: (sbt.AttributeKey[_]) ⇒ Boolean): Command
-
def
showSettingParser(keepKeys: (sbt.AttributeKey[_]) ⇒ Boolean)(s: State): Parser[(Int, Option[String])]
-
def
sortByLabel(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]
-
def
sortByRank(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]
-
val
spacedAggregatedParser: (State) ⇒ Parser[Seq[sbt.Project.ScopedKey[T]] forSome { type T }]
-
-
val
spacedKeyParser: (State) ⇒ Parser[sbt.Project.ScopedKey[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
taskDetail(keys: Seq[sbt.AttributeKey[_]]): Seq[(String, String)]
-
def
taskStrings(key: sbt.AttributeKey[_]): Option[(String, String)]
-
-
def
tasksHelp(s: State, filter: (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]], arg: Option[String]): String
-
def
toString(): String
-
def
topNRanked(n: Int): (Seq[sbt.AttributeKey[_]]) ⇒ Seq[sbt.AttributeKey[_]]
-
def
transformExtraBuilds(s: State, f: (List[URI]) ⇒ List[URI]): State
-
def
verbosityParser: Parser[Int]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withDescription(keys: Seq[sbt.AttributeKey[_]]): Seq[sbt.AttributeKey[_]]
Inherited from AnyRef
Inherited from Any