Util Scripted
Util Scripted
API
sbt.internal.scripted
BasicStatementHandler
CommentHandler
FileCommands
CommandBuilder
FilteredLoader
HandlersProvider
ListTests
ListTests
PendingTestSuccessException
ScriptRunner
ScriptedRunnerImpl
ScriptedTest
ScriptedTests
Statement
StatementHandler
TestException
TestFailed
TestScriptParser
Util Scripted
/
sbt.internal.scripted
/
BasicStatementHandler
BasicStatementHandler
sbt.internal.scripted.BasicStatementHandler
trait
BasicStatementHandler
extends
StatementHandler
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
StatementHandler
class
Object
trait
Matchable
class
Any
Known subtypes
object
CommentHandler
.type
class
FileCommands
Clear all
Members list
Concise view
Type members
Types
final
type
State
=
Unit
Value members
Abstract methods
def
apply
(
command
:
String
,
arguments
:
List
[
String
]):
Unit
Concrete methods
final
def
apply
(
command
:
String
,
arguments
:
List
[
String
],
state
:
Unit
):
Unit
def
finish
(
state
:
Unit
):
Unit
final
def
initialState
:
State