C# Class NAnt.Compression.Tasks.TarTask

Inheritance: NAnt.Core.Task
Mostra file Open project: skolima/NAnt

Private Properties

Property Type Description
CreateDirectoryEntry void

Protected Methods

Method Description
ExecuteTask ( ) : void

Creates the tar file.

Private Methods

Method Description
CreateDirectoryEntry ( TarArchive archive, string entryName, TarFileSet fileset ) : void

Method Details

ExecuteTask() protected method

Creates the tar file.
protected ExecuteTask ( ) : void
return void