This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Compression.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified files.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified files.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified files.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified files.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified directory.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the files matching the specified pattern.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the files matching the specified pattern.
static
|
BZip2Compress |
void |
Create a BZip2 Tar archive of the specified directory.
static
|
BZip2Uncompress |
void |
Uncompress the specified BZip2 Tar file.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified files.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified files.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified files.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified files.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified directory.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the files matching the specified pattern.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the files matching the specified pattern.
static
|
GZipCompress |
void |
Create a GZip Tar archive of the specified directory.
static
|
GZipUncompress |
void |
Uncompress the specified GZip Tar file.
static
|
ZipCompress |
void |
Create a Zip archive of the specified files.
static
|
ZipCompress |
void |
Create a Zip archive of the specified files.
static
|
ZipCompress |
void |
Create a Zip archive of the specified files.
static
|
ZipCompress |
void |
Create a Zip archive of the specified files.
static
|
ZipCompress |
void |
Create a Zip archive of the specified directory.
static
|
ZipCompress |
void |
Create a Zip archive of the files matching the specified pattern.
static
|
ZipCompress |
void |
Create a Zip archive of the files matching the specified pattern.
static
|
ZipCompress |
void |
Create a Zip archive of the specified directory.
static
|
ZipUncompress |
void |
Uncompress the specified Zip Tar file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|