Summary
BaseClass for Commands.
- Namespace
- Cake
.SevenZip .Commands - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["BaseCommand"]
class Type type-node
Derived0["BaseAddLikeSyntaxCommand"]-->Type
click Derived0 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand"
Derived1["ExtractCommand"]-->Type
click Derived1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Derived2["BaseOutputCommand<T>"]-->Type
click Derived2 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseOutputCommand_1"
Syntax
public abstract class BaseCommand
Properties
Name | Value | Summary |
---|---|---|
CommandChar | string |
Gets the command character. (e.g. "a", "u" or "e"...)
|
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.
|