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.7zip.
Summary
Base for all Switches.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Switches - Implementing Types
-
- Switch
Recurse Subdirectories - Switch
Fully Qualified File Paths - Switch
Nt Security Information - Switch
Set Timestamp From Most Recent File - Switch
Include Archive Filename Collection - SwitchUpdateOptions
- Switch
Ntfs Alternate Streams - Switch
Show Technical Information - Switch
Exclude Filename Collection - SwitchOverwriteMode
- BaseSwitchCollection
<T> - Switch
Exclude Filename - Switch
Disable Parsing Of Archive Name - Switch
Set Hash Function - Switch
Set Hash Function Collection - Switch
Delete After Compression - Switch
Compress Files Open For Writing - Switch
Output Directory - SwitchArchiveType
- Switch
Include Archive Filename - Switch
Exclude Archive Filename - BaseBoolSwitch
- Switch
Exclude Archive Filename Collection - Switch
Include Filename Collection - SwitchVolume
- Switch
Volume Collection - Switch
Compression Method - Switch
Working Directory - SwitchPassword
- Switch
Include Filename - Switch
Self Extracting Archive
- Switch
Syntax
public interface ISwitch
Attributes
Type | Description |
---|---|
Nullable |
Methods
Name | Value | Summary |
---|---|---|
BuildArguments |
void |
Builds the arguments using the builder.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator 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
|