org.nuxeo.runtime.jboss.deployment.preprocessor.install.commands
Class UnzipCommand
java.lang.Object
org.nuxeo.runtime.jboss.deployment.preprocessor.install.commands.UnzipCommand
- All Implemented Interfaces:
- Command
public class UnzipCommand
- extends Object
- implements Command
- Author:
- Bogdan Stefanescu
src
protected final Path src
dst
protected final Path dst
filter
protected final PathFilter filter
UnzipCommand
public UnzipCommand(Path src,
Path dst)
UnzipCommand
public UnzipCommand(Path src,
Path dst,
PathFilter filter)
exec
public void exec(CommandContext ctx)
throws IOException
- Specified by:
exec in interface Command
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.