t

sbt.internal.scripted

BasicStatementHandler

trait BasicStatementHandler extends StatementHandler

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

Type Members

  1. final type State = Unit

Abstract Value Members

  1. abstract def apply(command: String, arguments: List[String]): Unit

Concrete Value Members

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