WgetRunner.

WgetRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

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