SwitchArchiveType Class

Summary

-t (set Type of archive) switch.

Specifies the type of archive.

Namespace
Cake.SevenZip.Switches
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ISwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch" Type["SwitchArchiveType"] class Type type-node

Syntax

public class SwitchArchiveType : ISwitch

Properties

Name Value Summary
Bzip2 SwitchArchiveType
Gets the type: BZip2.
static
Cab SwitchArchiveType
Gets the type: CAB.
static
Gzip SwitchArchiveType
Gets the type: GZip.
static
Lzma SwitchArchiveType
Gets the type: lzma.
static
SevenZip SwitchArchiveType
Gets the type: 7-Zip.
static
Tar SwitchArchiveType
Gets the type: tar.
static
Xz SwitchArchiveType
Gets the type: XZ.
static
Zip SwitchArchiveType
Gets the type: Zip.
static

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.
Volumes() SwitchArchiveType
Append ".split" to the type. This is needed when extracting/testing multi-volume archives.

See Also

GitHub Discussion