* noop
This commit is contained in:
parent
b96f1949b8
commit
84b29479e8
|
@ -84,7 +84,6 @@ public class SevenZipExecutable implements ArchiveExtractor {
|
||||||
public void extract(File outputDir) throws IOException {
|
public void extract(File outputDir) throws IOException {
|
||||||
// e.g. 7z x -y -aos archive.7z
|
// e.g. 7z x -y -aos archive.7z
|
||||||
execute(get7zCommand(), "x", "-y", "-aos", archive.getPath(), "-o" + outputDir.getCanonicalPath());
|
execute(get7zCommand(), "x", "-y", "-aos", archive.getPath(), "-o" + outputDir.getCanonicalPath());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void extract(File outputDir, FileFilter filter) throws IOException {
|
public void extract(File outputDir, FileFilter filter) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue