CommandRunner

interface CommandRunner

See [Command] for details on how to choose the CommandRunner, and how the [DefaultCommandRunner] behaves.

Inheritors

Functions

Link copied to clipboard
abstract fun collect(command: Command): CommandResult
Link copied to clipboard
abstract fun commandLine(command: Command): String
Link copied to clipboard
abstract fun run(command: Command): CommandResult
abstract fun run(command: Command, outConsumer: Consumer, errConsumer: Consumer): CommandResult