Summary
Initializes a new instance of the
ToolResolutionStrategy class.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
Resolution Strategy
Syntax
public ToolResolutionStrategy(IFileSystem fileSystem, ICakeEnvironment environment, IGlobber globber, ICakeConfiguration configuration, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| globber | IGlobber | The globber. |
| configuration | ICakeConfiguration | The configuration. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
