Package org.eclipse.tycho.plugins.tar
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
-
-
Constructor Summary
Constructors Constructor Description TarGzArchiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDirectory(File directory)
void
createArchive()
void
setDestFile(File destFile)
void
setLog(org.apache.maven.plugin.logging.Log log)
-
-
-
Method Detail
-
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
-
-