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 PathFilter filter
public UnzipCommand(Path src, Path dst)
public UnzipCommand(Path src, Path dst, PathFilter filter)
public UnzipCommand(Path src, Path dst, String prefix)
public UnzipCommand(Path src, Path dst, PathFilter filter, String prefix)
public void exec(CommandContext ctx) throws IOException
exec
in interface Command
IOException
public String toString(CommandContext ctx)
Copyright © 2017 Nuxeo. All rights reserved.