This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.LibMan.
Summary
LibMan tool settings
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan - Base Types
-
- ToolSettings
- Derived Types
graph BT
Type-->Base0["ToolSettings"]
Type["LibManSettings"]
class Type type-node
Derived0["LibManCacheCleanSettings"]-->Type
click Derived0 "/api/Cake.LibMan.Cache/LibManCacheCleanSettings"
Derived1["LibManCleanSettings"]-->Type
click Derived1 "/api/Cake.LibMan.Clean/LibManCleanSettings"
Derived2["LibManRestoreSettings"]-->Type
click Derived2 "/api/Cake.LibMan.Restore/LibManRestoreSettings"
Derived3["LibManInstallSettings"]-->Type
click Derived3 "/api/Cake.LibMan.Install/LibManInstallSettings"
Derived4["LibManUninstallSettings"]-->Type
click Derived4 "/api/Cake.LibMan.Uninstall/LibManUninstallSettings"
Syntax
public abstract class LibManSettings : ToolSettings
Constructors
Name | Summary |
---|---|
LibManSettings |
Initializes a new instance of the LibManSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Command | string |
Gets the command which should be run.
|
Redirect |
bool |
Gets or sets the process option to redirect standard error
|
Redirect |
bool |
Gets or sets the process option to redirect standard output
|
Verbosity | LibManVerbosity |
Gets or sets the verbosity level which should be used to run the libman command.
|
Methods
Name | Value | Summary |
---|---|---|
EvaluateCore |
void |
Evaluates the settings and writes them to args.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
FromPath |
LibManSettings |
Sets the working directory which should be used to run the libman command.
Requires the Cake.LibMan addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
WithVerbosity |
LibManSettings |
Sets the verbosity level which should be used to run the libman command.
Requires the Cake.LibMan addin
|