org.codehaus.plexus.archiver
public interface UnArchiver
Version: $Revision: 3560 $ $Date: 2006-07-25 01:14:00 -0400 (Tue, 25 Jul 2006) $
| 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) |