org.codehaus.plexus.archiver
public interface UnArchiver
Version: $Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $
| Field Summary | |
|---|---|
| String | ROLE |
| Method Summary | |
|---|---|
| void | extract() |
| File | getDestDirectory() |
| File | getDestFile() |
| File | getSourceFile() |
| void | setDestDirectory(File destDirectory) |
| void | setDestFile(File destFile) |
| void | setOverwrite(boolean b)
Should we overwrite files in dest, even if they are newer than
the corresponding entries in the archive? |
| void | setSourceFile(File sourceFile) |