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
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
BZip2Uncompress(ICakeContext, FilePath, DirectoryPath) void
Uncompress 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
GZipUncompress(ICakeContext, FilePath, DirectoryPath) void
Uncompress 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
ZipUncompress(ICakeContext, FilePath, DirectoryPath) void
Uncompress the specified Zip Tar file.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin