Name

adams.flow.transformer.Tar


Synopsis

Creates a Tar file containing one or more files. Outputs the filename of the Tar file generated. Always uses archives with GNU long filenamesupport. The compression (gzip or bzip2) is automatically determined based on the file extension.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File, java.lang.String[], java.io.File[]
- output: java.lang.String


Options