State

sbt.State
See theState companion class
object State

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type

Members list

Type members

Classlikes

object ClearGlobalLog extends Next

Indicates that global logging should be rotated.

Indicates that global logging should be rotated.

Attributes

Supertypes
trait Next
class Object
trait Matchable
class Any
Self type
object Continue extends Next

Indicates that the command processor should process the next command.

Indicates that the command processor should process the next command.

Attributes

Supertypes
trait Next
class Object
trait Matchable
class Any
Self type
Continue.type
final class History

Provides a list of recently executed commands. The commands are stored as processed instead of as entered by the user.

Provides a list of recently executed commands. The commands are stored as processed instead of as entered by the user.

Value parameters

executed

the list of the most recently executed commands, with the most recent command first.

maxSize

the maximum number of commands to keep, or 0 to keep an unlimited number.

Attributes

Supertypes
class Object
trait Matchable
class Any
object KeepLastLog extends Next

Indicates that the previous log file should be preserved instead of discarded.

Indicates that the previous log file should be preserved instead of discarded.

Attributes

Supertypes
trait Next
class Object
trait Matchable
class Any
Self type
sealed trait Next

Represents the next action for the command processor.

Represents the next action for the command processor.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Continue
object KeepLastLog
class Return
final class Return(val result: MainResult) extends Next

Indicates that the application should exit with the given result.

Indicates that the application should exit with the given result.

Attributes

Supertypes
trait Next
class Object
trait Matchable
class Any
final implicit class StateOpsImpl(val s: State) extends AnyVal, StateOps

Provides operations and transformations on State.

Provides operations and transformations on State.

Attributes

Supertypes
trait StateOps
class AnyVal
trait Matchable
class Any

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def defaultReload(state: State): Reboot

Constructs an empty command History with a default, finite command limit.

Constructs an empty command History with a default, finite command limit.

Attributes

Deprecated methods

Attributes

Deprecated
true

Concrete fields

val FailureWall: String

Indicates where command execution should resume after a failure.

Indicates where command execution should resume after a failure.

Attributes

Implicits

Implicits

final implicit def StateOpsImpl(s: State): StateOpsImpl

Provides operations and transformations on State.

Provides operations and transformations on State.

Attributes