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
Show List about supported formats
(Command: i).
The builder is ListCommandBuilder
.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Commands - Interfaces
-
- ICommand
- ICanParseOutput
- IHaveArgumentArchive
- IHaveArgument
- I
Support Switch Include Archive Filenames - I
Support Switch Disable Parsing Of Archive Name - I
Support Switch Exclude Archive Filenames - I
Support Switch Include Filenames - I
Support Switch Ntfs Alternate Streams - I
Support Switch Password - I
Support Switch Recurse Subdirectories - I
Support Switch Archive Type - I
Support Switch Exclude Filenames - I
Support Switch Show Technical Information - ISupportSwitch
- Base Types
-
- Object
- BaseCommand
- BaseOutputCommand
<IListOutput>
graph BT
Type-->Base0["BaseOutputCommand<IListOutput>"]
Base0-->Base1["BaseCommand"]
click Base1 "/api/Cake.SevenZip.Commands/BaseCommand"
Base1-->Base2["Object"]
Type-.->Interface0["ICommand"]
click Interface0 "/api/Cake.SevenZip.Commands/ICommand"
Type-.->Interface1["ICanParseOutput"]
Type-.->Interface2["IHaveArgumentArchive"]
click Interface2 "/api/Cake.SevenZip.Arguments/IHaveArgumentArchive"
Type-.->Interface3["IHaveArgument"]
click Interface3 "/api/Cake.SevenZip.Arguments/IHaveArgument"
Type-.->Interface4["ISupportSwitchIncludeArchiveFilenames"]
click Interface4 "/api/Cake.SevenZip.Switches/ISupportSwitchIncludeArchiveFilenames"
Type-.->Interface5["ISupportSwitchDisableParsingOfArchiveName"]
click Interface5 "/api/Cake.SevenZip.Switches/ISupportSwitchDisableParsingOfArchiveName"
Type-.->Interface6["ISupportSwitchExcludeArchiveFilenames"]
click Interface6 "/api/Cake.SevenZip.Switches/ISupportSwitchExcludeArchiveFilenames"
Type-.->Interface7["ISupportSwitchIncludeFilenames"]
click Interface7 "/api/Cake.SevenZip.Switches/ISupportSwitchIncludeFilenames"
Type-.->Interface8["ISupportSwitchNtfsAlternateStreams"]
click Interface8 "/api/Cake.SevenZip.Switches/ISupportSwitchNtfsAlternateStreams"
Type-.->Interface9["ISupportSwitchPassword"]
click Interface9 "/api/Cake.SevenZip.Switches/ISupportSwitchPassword"
Type-.->Interface10["ISupportSwitchRecurseSubdirectories"]
click Interface10 "/api/Cake.SevenZip.Switches/ISupportSwitchRecurseSubdirectories"
Type-.->Interface11["ISupportSwitchArchiveType"]
click Interface11 "/api/Cake.SevenZip.Switches/ISupportSwitchArchiveType"
Type-.->Interface12["ISupportSwitchExcludeFilenames"]
click Interface12 "/api/Cake.SevenZip.Switches/ISupportSwitchExcludeFilenames"
Type-.->Interface13["ISupportSwitchShowTechnicalInformation"]
click Interface13 "/api/Cake.SevenZip.Switches/ISupportSwitchShowTechnicalInformation"
Type-.->Interface14["ISupportSwitch"]
click Interface14 "/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ListCommand"]
class Type type-node
Syntax
public sealed class ListCommand : BaseOutputCommand<IListOutput>, ICommand, ICanParseOutput,
IHaveArgumentArchive, IHaveArgument, ISupportSwitchIncludeArchiveFilenames,
ISupportSwitchDisableParsingOfArchiveName, ISupportSwitchExcludeArchiveFilenames,
ISupportSwitchIncludeFilenames, ISupportSwitchNtfsAlternateStreams, ISupportSwitchPassword,
ISupportSwitchRecurseSubdirectories, ISupportSwitchArchiveType, ISupportSwitchExcludeFilenames,
ISupportSwitchShowTechnicalInformation, ISupportSwitch
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
ListCommand |
Initializes a new instance of the ListCommand class.
|
Properties
Name | Value | Summary |
---|---|---|
Archive | FilePath |
Sets the archive the command operates on.
|
ArchiveType | SwitchArchiveType |
Gets or sets the SwitchArchiveType.
|
CommandChar | string |
Gets the command character. (e.g. "a", "u" or "e"...)
|
Disable |
Switch |
Gets or sets the SwitchDisableParsingOfArchiveName.
|
Exclude |
Switch |
Gets or sets the SwitchExcludeArchiveFilenameCollection.
|
ExcludeFilenames | Switch |
Gets or sets the SwitchExcludeFilenameCollection.
|
Include |
Switch |
Gets or sets the SwitchIncludeArchiveFilenameCollection.
|
IncludeFilenames | Switch |
Gets or sets the SwitchIncludeFilenameCollection.
|
NtfsAlternateStreams | Switch |
Gets or sets the SwitchNtfsAlternateStreams.
|
Password | SwitchPassword |
Gets or sets the SwitchPassword.
|
Recurse |
Switch |
Gets or sets the SwitchRecurseSubdirectories.
|
Show |
Switch |
Gets or sets the SwitchDeleteAfterCompression.
|
Switches | IEnumerable |
Gets all supported switches.
|
Methods
Name | Value | Summary |
---|---|---|
BuildArgumentParams |
void |
adds only the arguments to the builder. (i.e. Archive, files, directories).
|
BuildArguments |
void |
Builds the arguments.
Inherited from BaseCommand
|
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 |
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
|