Summary
Initializes a new instance of the
CommandRunner
class.
- Namespace
- Cake
.Common .Tools .Command - Containing Type
- CommandRunner
Syntax
public CommandRunner(CommandSettings settings, IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
settings | CommandSettings | The settings. |
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
processRunner | IProcessRunner | The process runner. |
tools | IToolLocator | The globber. |
Return Value
Type | Description |
---|---|
void |