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
Contains settings used by
LibManRestoreTool
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Restore - Base Types
-
- ToolSettings
- LibManSettings
graph BT
Type-->Base0["LibManSettings"]
click Base0 "/api/Cake.LibMan/LibManSettings"
Base0-->Base1["ToolSettings"]
Type["LibManRestoreSettings"]
class Type type-node
Syntax
public class LibManRestoreSettings : LibManSettings
Constructors
Name | Summary |
---|---|
Lib |
Initializes a new instance of the LibManRestoreSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Command | string |
Gets the command which should be run.
Inherited from LibManSettings
|
Redirect |
bool |
Gets or sets the process option to redirect standard error
Inherited from LibManSettings
|
Redirect |
bool |
Gets or sets the process option to redirect standard output
Inherited from LibManSettings
|
Verbosity | LibManVerbosity |
Gets or sets the verbosity level which should be used to run the libman command.
Inherited from LibManSettings
|
Methods
Name | Value | Summary |
---|---|---|
EvaluateCore |
void |
Evaluates the settings and writes them to args.
Inherited from LibManSettings
|
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
|