public class UnzipCommand extends Object implements Command
| Modifier and Type | Field and Description |
|---|---|
protected Path |
dst |
protected PathFilter |
filter |
protected String |
prefix |
protected Path |
src |
| Constructor and Description |
|---|
UnzipCommand(Path src,
Path dst) |
UnzipCommand(Path src,
Path dst,
PathFilter filter) |
UnzipCommand(Path src,
Path dst,
PathFilter filter,
String prefix) |
UnzipCommand(Path src,
Path dst,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(CommandContext ctx) |
String |
toString() |
String |
toString(CommandContext ctx) |
protected final Path src
protected final Path dst
protected final PathFilter filter
protected final String prefix
public UnzipCommand(Path src, Path dst, PathFilter filter)
public UnzipCommand(Path src, Path dst, PathFilter filter, String prefix)
public void exec(CommandContext ctx) throws IOException
exec in interface CommandIOExceptionpublic String toString(CommandContext ctx)
Copyright © 2019 Nuxeo SA. All rights reserved.