WgetRunner Class

Summary

A wrapper around the Wget tool.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Interfaces
Base Types
graph BT Type-->Base0["Tool<WgetSettings>"] Type-.->Interface0["IWgetRunner"] click Interface0 "/api/Cake.Wget/IWgetRunner" Type["WgetRunner"] class Type type-node

Syntax

public class WgetRunner : Tool<WgetSettings>, IWgetRunner

Constructors

Name Summary
WgetRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the WgetRunner class.

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
Gets the name of the tool executables.
GetToolName() string
Gets the name of the tool.
Run(WgetSettings) IWgetRunner
Runs Wget tool.

Extension Methods

Name Value Summary
Dump<WgetRunner>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<WgetRunner>(WgetRunner[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<WgetRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<WgetRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<WgetRunner>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<WgetRunner>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin