Summary
Initializes a new instance of the
ToolLocator class.
- Namespace
- Cake
.Core .Tooling - Containing Type
- ToolLocator
Syntax
public ToolLocator(ICakeEnvironment environment, IToolRepository repository, IToolResolutionStrategy strategy)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The environment. |
| repository | IToolRepository | The tool repository. |
| strategy | I |
The tool resolution strategy. |
Return Value
| Type | Description |
|---|---|
| void |
