object BasicCommands
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BasicCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CommandAliasKey: AttributeKey[(String, String)]
- def addAlias(s: State, name: String, value: String): State
-
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
- def alias: Command
- def aliasBody(name: String, value: String)(state: State): Parser[() ⇒ State]
- def aliasNames(s: State): Seq[String]
- def aliases(s: State, pred: (String, String) ⇒ Boolean): Seq[(String, String)]
- def allAliases(s: State): Seq[(String, String)]
- lazy val allBasicCommands: Seq[Command]
- def append: Command
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def call: Command
- def callParser: Parser[(Seq[String], Seq[String])]
- def clearOnFailure: Command
- def client: Command
- def clientParser: Parser[Seq[String]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def combinedLax(s: State, any: Parser[_]): Parser[String]
- def completeExecCommand: Command
- def completionsCommand: Command
- def delegateToAlias(name: String, orElse: Parser[() ⇒ State])(state: State): Parser[() ⇒ State]
- def doRead(s: State)(arg: Either[Int, Seq[File]]): State
- def early: Command
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exit: Command
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAlias(c: Command): Option[(String, String)]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def help: Command
- def helpParser(s: State): Parser[() ⇒ State]
- def history: Command
- def historyParser(s: State): Parser[() ⇒ State]
- def ifLast: Command
- def ignore: Command
- def isAliasNamed(name: String, c: Command): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNamed(name: String, alias: Option[(String, String)]): Boolean
- def mapExecCommand: Command
- val multi: Command
- def multiApplied(state: State): Parser[() ⇒ State]
- def multiParser(s: State): Parser[List[String]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newAlias(name: String, value: String): Command
- def nop: Command
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def oldshell: Command
- lazy val otherCommandParser: (State) ⇒ Parser[String]
- def popOnFailure: Command
- def printAlias(s: State, name: String): Unit
- def printAliases(as: Seq[(String, String)]): Unit
- def printAliases(s: State): Unit
- def read: Command
- def readParser(s: State): Parser[Either[Int, Seq[File]]]
- def reboot: Command
- def rebootImpl: Command
- def removeAlias(s: State, name: String): State
- def removeAliases(s: State): State
- def removeTagged(as: Seq[Command], tag: AttributeKey[_]): Seq[Command]
- def removeTagged(s: State, tag: AttributeKey[_]): State
- def reportResultsCommand: Command
- def runAlias(s: State, args: Option[(String, Option[Option[String]])]): State
- def runClient(s0: State, inputArg: Seq[String]): State
- def runCompletions(state: State)(input: String): State
- def runHelp(s: State, h: Help)(arg: Option[String]): State
- def setOnFailure: Command
- def shutdown: Command
- def stashOnFailure: Command
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
completionsParser(state: State): Parser[String]
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.1) No longer public
-
def
continuous: Command
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by BuiltInCommands.continuous
-
def
rebootParser(s: State): Parser[Boolean]
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.0) Use rebootOptionParser