Nuke.Cola
Loading...
Searching...
No Matches
Nuke.Cola.Tooling.ToolExResolver Class Reference

Static Public Member Functions

static ToolEx GetTool (string toolPath)
 
static ToolEx GetNuGetTool (string packageId, string packageExecutable, string? version=null, string? framework=null)
 
static ToolEx GetNpmTool (string npmExecutable)
 
static ? ToolEx TryGetEnvironmentTool (string name)
 
static ToolEx GetPathTool (string name)
 
static ToolEx GetEnvironmentOrPathTool (string name)
 

Detailed Description

Definition at line 6 of file ToolExResolver.cs.

Member Function Documentation

◆ GetEnvironmentOrPathTool()

static ToolEx Nuke.Cola.Tooling.ToolExResolver.GetEnvironmentOrPathTool ( string name)
static

Definition at line 41 of file ToolExResolver.cs.

◆ GetNpmTool()

static ToolEx Nuke.Cola.Tooling.ToolExResolver.GetNpmTool ( string npmExecutable)
static

Definition at line 20 of file ToolExResolver.cs.

◆ GetNuGetTool()

static ToolEx Nuke.Cola.Tooling.ToolExResolver.GetNuGetTool ( string packageId,
string packageExecutable,
string? version = null,
string? framework = null )
static

Definition at line 14 of file ToolExResolver.cs.

◆ GetPathTool()

static ToolEx Nuke.Cola.Tooling.ToolExResolver.GetPathTool ( string name)
static

Definition at line 35 of file ToolExResolver.cs.

◆ GetTool()

static ToolEx Nuke.Cola.Tooling.ToolExResolver.GetTool ( string toolPath)
static

Definition at line 8 of file ToolExResolver.cs.

◆ TryGetEnvironmentTool()

static ? ToolEx Nuke.Cola.Tooling.ToolExResolver.TryGetEnvironmentTool ( string name)
static

Definition at line 26 of file ToolExResolver.cs.


The documentation for this class was generated from the following file: