ISupportSwitch Interface

Summary

Interfaces for all switches. Commands "support" switches by implementing an ISupportSwitch (e.g. ISupportSwitchPassword is implemented in all commands that support setting a password (-p).
graph BT Type["ISupportSwitch"] class Type type-node Implementing0["ISupportSwitchExcludeArchiveFilenames"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeArchiveFilenames" Implementing1["ListCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing2["ISupportSwitchSelfExtractingArchive"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSelfExtractingArchive" Implementing3["ISupportSwitchRecurseSubdirectories"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchRecurseSubdirectories" Implementing4["ISupportSwitchShowTechnicalInformation"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchShowTechnicalInformation" Implementing5["ISupportSwitchNtSecurityInformation"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtSecurityInformation" Implementing6["ISupportSwitchExcludeFilenames"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeFilenames" Implementing7["ISupportSwitchIncludeFilenames"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeFilenames" Implementing8["ExtractCommand"]-.->Type click Implementing8 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing9["UpdateCommand"]-.->Type click Implementing9 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing10["RenameCommand"]-.->Type click Implementing10 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing11["ISupportSwitchVolume"]-.->Type click Implementing11 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchVolume" Implementing12["ISupportSwitchCompressionMethod"]-.->Type click Implementing12 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressionMethod" Implementing13["ISupportSwitchTimestampFromMostRecentFile"]-.->Type click Implementing13 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchTimestampFromMostRecentFile" Implementing14["ISupportSwitchNtfsAlternateStreams"]-.->Type click Implementing14 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtfsAlternateStreams" Implementing15["HashCommand"]-.->Type click Implementing15 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing16["ISupportSwitchFullyQualifiedFilePaths"]-.->Type click Implementing16 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchFullyQualifiedFilePaths" Implementing17["ISupportSwitchDisableParsingOfArchiveName"]-.->Type click Implementing17 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDisableParsingOfArchiveName" Implementing18["ISupportSwitchDeleteAfterCompression"]-.->Type click Implementing18 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDeleteAfterCompression" Implementing19["AddCommand"]-.->Type click Implementing19 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing20["TestCommand"]-.->Type click Implementing20 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing21["ISupportSwitchIncludeArchiveFilenames"]-.->Type click Implementing21 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeArchiveFilenames" Implementing22["ISupportSwitchCompressFilesOpenForWriting"]-.->Type click Implementing22 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressFilesOpenForWriting" Implementing23["ISupportSwitchOverwriteMode"]-.->Type click Implementing23 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOverwriteMode" Implementing24["ISupportSwitchArchiveType"]-.->Type click Implementing24 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchArchiveType" Implementing25["ISupportSwitchSetHashFunction"]-.->Type click Implementing25 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSetHashFunction" Implementing26["ISupportSwitchOutputDirectory"]-.->Type click Implementing26 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOutputDirectory" Implementing27["ISupportSwitchWorkingDirectory"]-.->Type click Implementing27 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchWorkingDirectory" Implementing28["ISupportSwitchPassword"]-.->Type click Implementing28 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchPassword" Implementing29["ISupportSwitchUpdateOptions"]-.->Type click Implementing29 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchUpdateOptions" Implementing30["DeleteCommand"]-.->Type click Implementing30 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitch
GitHub Discussion