IHaveArgumentArchive Interface

Summary

Interface for all commands supporting the Archive-Argument.
graph BT Type-.->Interface0["IHaveArgument"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgument" Type["IHaveArgumentArchive"] class Type type-node Implementing0["ListCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing1["ExtractCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing2["DeleteCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand" Implementing3["RenameCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing4["BaseAddLikeSyntaxCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand" Implementing5["TestCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing6["UpdateCommand"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing7["AddCommand"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface IHaveArgumentArchive : IHaveArgument

Properties

Name Value Summary
Archive FilePath?
Sets the archive the command operates on.
GitHub Discussion