sbt
Members list
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ApplicationIDclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ApplicationID.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- BasicCommandStrings.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- BasicCommands.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- BasicKeys.type
An operation that can be executed from the sbt console.
An operation that can be executed from the sbt console.
The operation takes a State as a parameter and returns a State. This means that a command can look at or modify other sbt settings, for example. Typically you would resort to a command when you need to do something that's impossible in a regular task.
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- CommandSource.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- CommandUtil.type
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ConnectionType.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Exittrait MainResultclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Highlight.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class State
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Reboottrait MainResultclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ServerAuthentication.type
Data structure representing all command execution information.
Data structure representing all command execution information.
Attributes
- attributes
custom command state. It is important to clean up attributes when no longer needed to avoid memory leaks and class loader leaks.
- configuration
provides access to the launcher environment, including the application configuration, Scala versions, jvm/filesystem wide locking, and the launcher itself
- definedCommands
the list of command definitions that evaluate command strings. These may be modified to change the available commands.
- exitHooks
code to run before sbt exits, usually to ensure resources are cleaned up.
- history
tracks the recently executed commands
- next
the next action for the command processor to take. This may be to continue with the next command, adjust global logging, or exit.
- onFailure
the command to execute when another command fails.
onFailure
is cleared before the failure handling command is executed.- remainingCommands
the sequence of commands to execute. This sequence may be modified to change the commands to be executed. Typically, the
::
and:::
methods are used to prepend new commands to run.- Companion:
- object
- Graph
- Supertypes
Convenience methods for State transformations and operations.
Convenience methods for State transformations and operations.
Attributes
- Graph
- Supertypes
- class Any
- Known subtypes
- class StateOpsImpl
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any