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["ISupportSwitchPassword"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchPassword" Implementing1["ExtractCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing2["ISupportSwitchUpdateOptions"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchUpdateOptions" Implementing3["ISupportSwitchIncludeFilenames"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeFilenames" Implementing4["ISupportSwitchFullyQualifiedFilePaths"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchFullyQualifiedFilePaths" Implementing5["ISupportSwitchDisableParsingOfArchiveName"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDisableParsingOfArchiveName" Implementing6["ISupportSwitchOutputDirectory"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOutputDirectory" Implementing7["HashCommand"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing8["RenameCommand"]-.->Type click Implementing8 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing9["ISupportSwitchRecurseSubdirectories"]-.->Type click Implementing9 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchRecurseSubdirectories" Implementing10["ISupportSwitchSelfExtractingArchive"]-.->Type click Implementing10 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSelfExtractingArchive" Implementing11["ISupportSwitchVolume"]-.->Type click Implementing11 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchVolume" Implementing12["ISupportSwitchNtSecurityInformation"]-.->Type click Implementing12 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtSecurityInformation" Implementing13["ISupportSwitchExcludeFilenames"]-.->Type click Implementing13 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeFilenames" Implementing14["ISupportSwitchDeleteAfterCompression"]-.->Type click Implementing14 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDeleteAfterCompression" Implementing15["ISupportSwitchArchiveType"]-.->Type click Implementing15 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchArchiveType" Implementing16["ISupportSwitchCompressFilesOpenForWriting"]-.->Type click Implementing16 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressFilesOpenForWriting" Implementing17["ISupportSwitchExcludeArchiveFilenames"]-.->Type click Implementing17 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeArchiveFilenames" Implementing18["UpdateCommand"]-.->Type click Implementing18 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing19["DeleteCommand"]-.->Type click Implementing19 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand" Implementing20["AddCommand"]-.->Type click Implementing20 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing21["ListCommand"]-.->Type click Implementing21 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing22["ISupportSwitchShowTechnicalInformation"]-.->Type click Implementing22 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchShowTechnicalInformation" Implementing23["ISupportSwitchIncludeArchiveFilenames"]-.->Type click Implementing23 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeArchiveFilenames" Implementing24["ISupportSwitchTimestampFromMostRecentFile"]-.->Type click Implementing24 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchTimestampFromMostRecentFile" Implementing25["ISupportSwitchNtfsAlternateStreams"]-.->Type click Implementing25 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtfsAlternateStreams" Implementing26["TestCommand"]-.->Type click Implementing26 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing27["ISupportSwitchWorkingDirectory"]-.->Type click Implementing27 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchWorkingDirectory" Implementing28["ISupportSwitchSetHashFunction"]-.->Type click Implementing28 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSetHashFunction" Implementing29["ISupportSwitchCompressionMethod"]-.->Type click Implementing29 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressionMethod" Implementing30["ISupportSwitchOverwriteMode"]-.->Type click Implementing30 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOverwriteMode"

Syntax

public interface ISupportSwitch
GitHub Discussion