Overload | Description |
---|---|
Tar(String,String[]) | Archives the specified files in the specified Tar archive. |
Tar(String,Boolean,String[]) | Archives the specified files in the specified Tar archive, specifying whether the operation should be done recursively, and whether the Tar archive should be compressed with GZip. |
Tar(String,Boolean,Boolean,Boolean,String[]) | Archives the specified files in the specified Tar archive, specifying whether existing files should be replaced and paths should be preserved, and whether the operation should be done recursively. |
Tar(String,Boolean,Boolean,Boolean,Boolean,String[]) | Archives the specified files in the specified Tar archive, specifying whether existing files should be replaced and paths should be preserved, whether the operation should be done recursively, and whether the Tar archive should be compressed with GZip. |
Tar(String,Boolean,Boolean,Boolean,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Archives the specified files in the specified Tar archive, using the provided progression notification delegates, specifying whether existing files should be replaced and paths should be preserved, and whether the operation should be done recursively |
Tar(String,Boolean,Boolean,Boolean,Boolean,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Archives the specified files in the specified Tar archive, using the provided progression notification delegates, specifying whether existing files should be replaced and paths should be preserved, whether the operation should be done recursively, and whether the Tar archive should be compressed with GZip. |