toggle menu
Feather
0.5
jvm
switch theme
search in API
feather-runtime
/
uk.co.nickthecoder.feather.runtime.command
/
DefaultCommandRunner
Default
Command
Runner
open
class
DefaultCommandRunner
:
CommandRunner
Members
Constructors
Default
Command
Runner
Link copied to clipboard
constructor
(
commandBuilder
:
CommandLineBuilder
,
shell
:
Array
<
String
>
)
Functions
collect
Link copied to clipboard
open
fun
collect
(
command
:
Command
)
:
CommandResult
command
Line
Link copied to clipboard
open
fun
commandLine
(
command
:
Command
)
:
String
run
Link copied to clipboard
open
fun
run
(
command
:
Command
)
:
CommandResult
open
fun
run
(
command
:
Command
,
outConsumer
:
Consumer
,
errConsumer
:
Consumer
)
:
CommandResult