This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wget.
Summary
Initializes a new instance of the
WgetRunner
class.
- Assembly
- Cake
.Wget .dll - Namespace
- Cake
.Wget - Containing Type
- WgetRunner
Syntax
public WgetRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | Represents a file system. |
environment | ICakeEnvironment | Represents the environment Cake operates in. |
processRunner | IProcessRunner | Represents a process runner. |
tools | IToolLocator | Represents a tool locator. |
Return Value
Type | Description |
---|---|
void |