Package org.eclipse.tycho.plugins.tar
Class TarGzArchiver
java.lang.Object
org.eclipse.tycho.plugins.tar.TarGzArchiver
Gzipped Tar archiver which preserves
- POSIX file permissions
- Symbolic links (if the link target points inside the archive)
- Last modification timestamp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDirectory(File directory) voidvoidsetDestFile(File destFile) voidsetLog(org.apache.maven.plugin.logging.Log log)
-
Constructor Details
-
TarGzArchiver
public TarGzArchiver()
-
-
Method Details
-
setLog
public void setLog(org.apache.maven.plugin.logging.Log log) -
setDestFile
-
addDirectory
-
createArchive
- Throws:
IOException
-