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
LibManCacheCleanTool.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Cache - Base Types
-
- ToolSettings
- LibManSettings
graph BT
Type-->Base0["LibManSettings"]
click Base0 "/api/Cake.LibMan/LibManSettings"
Base0-->Base1["ToolSettings"]
Type["LibManCacheCleanSettings"]
class Type type-node
Syntax
public class LibManCacheCleanSettings : LibManSettings
Constructors
| Name | Summary |
|---|---|
| Lib |
Initializes a new instance of the LibManCacheCleanSettings class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Command | string |
Gets the command which should be run.
Inherited from LibManSettings
|
| Provider | CdnProvider |
The name of the provider to clean the cache for. The filesystem provider doesn't use the library cache.
|
| 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.
|
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 |
Throws an exception if the specified parameter's value is null.
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 |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
| WithProvider |
Lib |
Sets the cdn provider to clear the cache for. Does not support filesystem provider.
Requires the Cake.LibMan addin
|
| WithVerbosity |
LibManSettings |
Sets the verbosity level which should be used to run the libman command.
Requires the Cake.LibMan addin
|
