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