Package-level declarations

Types

Link copied to clipboard
open class Command
A Command is built up in the same way as smart Strings.
Link copied to clipboard
The command line string is build by repeatedly calling appendText and/or append, followed by toString().
Link copied to clipboard
open class CommandResult
Link copied to clipboard
interface CommandRunner
See [Command] for details on how to choose the CommandRunner, and how the [DefaultCommandRunner] behaves.
Link copied to clipboard
interface Consumer
Consumes output from a Command.
Link copied to clipboard
Link copied to clipboard