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