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
/
FileCommands
/
CommandBuilder
CommandBuilder
sbt.internal.scripted.FileCommands.CommandBuilder
final
class
CommandBuilder
(
commandName
:
String
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Types
type
NamedCommand
= (
String
,
List
[
String
]
=>
Unit
)
Value members
Concrete methods
def
copy
(
mapper
:
File
=>
FileMap
):
NamedCommand
def
noArg
(
action
:
=>
Unit
):
NamedCommand
def
nonEmpty
(
action
:
List
[
String
]
=>
Unit
):
NamedCommand
def
oneArg
(
requiredArgs
:
String
,
action
:
String
=>
Unit
):
NamedCommand
def
twoArg
(
requiredArgs
:
String
,
action
: (
String
,
String
)
=>
Unit
):
NamedCommand
def
wrongArguments
(
args
:
List
[
String
]):
Unit
def
wrongArguments
(
requiredArgs
:
String
,
args
:
List
[
String
]):
Unit
In this article
Attributes
Members list
Type members
Types
Value members
Concrete methods