CommandLineBuilder

The command line string is build by repeatedly calling appendText and/or append, followed by toString(). This is similar in style to a StringBuilder (and concrete implementation will probably use a StringBUilder), but this has one more trick, it can automatically escape special characters.

Inheritors

Functions

Link copied to clipboard
abstract fun buildCommandLine(command: Command): String