t

sbt.internal.scripted

StatementHandler

trait StatementHandler extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type State

Abstract Value Members

  1. abstract def apply(command: String, arguments: List[String], state: State): State
  2. abstract def finish(state: State): Unit
  3. abstract def initialState: State