Class TarGzArchiver

java.lang.Object
org.eclipse.tycho.plugins.tar.TarGzArchiver

public class TarGzArchiver extends Object
Gzipped Tar archiver which preserves
  • POSIX file permissions
  • Symbolic links (if the link target points inside the archive)
  • Last modification timestamp
in the archive as found in the filesystem for files to be archived. It uses GNU tar format extensions for archive entries with path length > 100.
  • Constructor Details

    • TarGzArchiver

      public TarGzArchiver()
  • Method Details

    • setLog

      public void setLog(org.apache.maven.plugin.logging.Log log)
    • setDestFile

      public void setDestFile(File destFile)
    • addDirectory

      public void addDirectory(File directory)
    • createArchive

      public void createArchive() throws IOException
      Throws:
      IOException