NAnt.Compression.dll Assembly

Class Types

Class Summary
ExpandBaseTask Summary description for ExpandTask.
GUnzip Expands a file packed using GZip compression.
TarFileSet A NAnt.Compression.Types.TarFileSet is a FileSet with extra attributes useful in the context of the NAnt.Compression.Tasks.TarTask.
TarFileSetCollection Contains a collection of NAnt.Compression.Types.TarFileSet elements.
TarFileSetEnumerator Enumerates the NAnt.Compression.Types.TarFileSet elements of a NAnt.Compression.Types.TarFileSetCollection.
TarTask Creates a tar file from the specified filesets.
UnTarTask Extracts files from a tar archive.
UnZipTask Extracts files from a zip archive.
ZipFileSet A NAnt.Compression.Types.ZipFileSet is a FileSet with extra attributes useful in the context of the NAnt.Compression.Tasks.ZipTask.
ZipFileSetCollection Contains a collection of NAnt.Compression.Types.ZipFileSet elements.
ZipFileSetEnumerator Enumerates the NAnt.Compression.Types.ZipFileSet elements of a NAnt.Compression.Types.ZipFileSetCollection.
ZipTask Creates a zip file from the specified filesets.

Enum Types

Enum Summary
DuplicateHandling Specifies how entries with the same name should be processed.
TarCompressionMethod Specifies the compression methods supported by NAnt.Compression.Tasks.TarTask and NAnt.Compression.Tasks.UnTarTask.