BaseCommand Class
BaseClass for Commands.
graph BT Type-->Base0["object"] Type["BaseCommand"] class Type type-node Derived0["ExtractCommand"]-->Type click Derived0 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand" Derived1["BaseOutputCommand<T>"]-->Type click Derived1 "/cake-test/api/Cake.SevenZip.Commands/BaseOutputCommand_1" Derived2["BaseAddLikeSyntaxCommand"]-->Type click Derived2 "/cake-test/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand"

Syntax

public abstract class BaseCommand

Properties

Name Property Type Summary
CommandChar string
Gets the command character. (e.g. "a", "u" or "e"...)
Switches IEnumerable<ISwitch>
Gets all supported switches.

Methods

Name Return Value Summary
BuildArgumentParams(ProcessArgumentBuilder) void
adds only the arguments to the builder. (i.e. Archive, files, directories).
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments.