ToolRepository Class

Summary

The tool repository.
Namespace
Cake.Core.Tooling
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IToolRepository"] click Interface0 "/api/Cake.Core.Tooling/IToolRepository" Type["ToolRepository"] class Type type-node

Syntax

public sealed class ToolRepository : IToolRepository

Constructors

Name Summary
ToolRepository(ICakeEnvironment) Initializes a new instance of the ToolRepository class.

Methods

Name Value Summary
Register(FilePath) void
Registers the specified path with the repository.
Resolve(string) IEnumerable<FilePath>
Resolves the specified tool.

Extension Methods

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