ISupportSwitchExcludeFilenames Interface

Command supports switch -x (Exclude filenames).

The Switch is SwitchExcludeFilenameCollection.

The Builder is SwitchExcludeFilenamesBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchExcludeFilenames"] class Type type-node Implementing0["RenameCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/RenameCommand" Implementing1["AddCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/AddCommand" Implementing2["UpdateCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand" Implementing3["ExtractCommand"]-.->Type click Implementing3 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand" Implementing4["HashCommand"]-.->Type click Implementing4 "/cake-test/api/Cake.SevenZip.Commands/HashCommand" Implementing5["ListCommand"]-.->Type click Implementing5 "/cake-test/api/Cake.SevenZip.Commands/ListCommand" Implementing6["TestCommand"]-.->Type click Implementing6 "/cake-test/api/Cake.SevenZip.Commands/TestCommand" Implementing7["DeleteCommand"]-.->Type click Implementing7 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchExcludeFilenames : ISupportSwitch

Properties

Name Property Type Summary
ExcludeFilenames SwitchExcludeFilenameCollection
Gets or sets the SwitchExcludeFilenameCollection.

See Also