sbt
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ApplicationIDclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ApplicationID.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BasicCommandStrings.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BasicCommands.type
Attributes
- 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
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommandSource.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommandUtil.type
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionType.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Exittrait MainResultclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Highlight.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class State
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Reboottrait MainResultclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- 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.
Value parameters
- 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.
Attributes
Convenience methods for State transformations and operations.
Convenience methods for State transformations and operations.
Attributes
- Supertypes
-
class Any
- Known subtypes
-
class StateOpsImpl
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all