CompressionAliases Class

Summary

Contains functionality related to compress files.
Assembly
Cake.Compression.dll
Namespace
Cake.Compression
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CompressionAliases"] class Type type-node

Syntax

public static class CompressionAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) void
Create a BZip2 Tar archive of the specified files.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) void
Create a BZip2 Tar archive of the specified files.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) void
Create a BZip2 Tar archive of the specified files.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) void
Create a BZip2 Tar archive of the specified files.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, int) void
Create a BZip2 Tar archive of the specified directory.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, string, int) void
Create a BZip2 Tar archive of the files matching the specified pattern.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath, string) void
Create a BZip2 Tar archive of the files matching the specified pattern.
static
BZip2Compress(ICakeContext, DirectoryPath, FilePath) void
Create a BZip2 Tar archive of the specified directory.
static
BZip2Decompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified BZip2 Tar file.
static
BZip2Uncompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified BZip2 Tar file.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) void
Create a GZip Tar archive of the specified files.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) void
Create a GZip Tar archive of the specified files.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) void
Create a GZip Tar archive of the specified files.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) void
Create a GZip Tar archive of the specified files.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, int) void
Create a GZip Tar archive of the specified directory.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, string, int) void
Create a GZip Tar archive of the files matching the specified pattern.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath, string) void
Create a GZip Tar archive of the files matching the specified pattern.
static
GZipCompress(ICakeContext, DirectoryPath, FilePath) void
Create a GZip Tar archive of the specified directory.
static
GZipDecompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified GZip Tar file.
static
GZipUncompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified GZip Tar file.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) void
Create a Zip archive of the specified files.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) void
Create a Zip archive of the specified files.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) void
Create a Zip archive of the specified files.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) void
Create a Zip archive of the specified files.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, int) void
Create a Zip archive of the specified directory.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, string, int) void
Create a Zip archive of the files matching the specified pattern.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath, string) void
Create a Zip archive of the files matching the specified pattern.
static
ZipCompress(ICakeContext, DirectoryPath, FilePath) void
Create a Zip archive of the specified directory.
static
ZipDecompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified Zip Tar file.
static
ZipUncompress(ICakeContext, FilePath, DirectoryPath) void
Decompress the specified Zip Tar file.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin