LibManInstaller Class

Summary

Tool for installing libman client side libraries
graph BT Type-->Base0["LibManTool<LibManInstallSettings>"] Base0-->Base1["Tool<LibManInstallSettings>"] Type["LibManInstaller"] class Type type-node

Syntax

public class LibManInstaller : LibManTool<LibManInstallSettings>

Constructors

Methods

Name Value Summary
Install(LibManInstallSettings) void
Installs library files into the project using the specified LibManInstallSettings settings. A libman.json file is added if one doesn't exist. The libman.json file is modified to store configuration details for the library files.

Extension Methods

Name Value Summary
Dump<LibManInstaller>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<LibManInstaller>(LibManInstaller[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LibManInstaller>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LibManInstaller>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LibManInstaller>(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<LibManInstaller>(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