Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.deployment.preprocessor.install.commands
Class UnzipCommand

java.lang.Object
  extended by org.nuxeo.runtime.deployment.preprocessor.install.commands.UnzipCommand
All Implemented Interfaces:
Command

public class UnzipCommand
extends java.lang.Object
implements Command

Author:
Bogdan Stefanescu

Constructor Summary
UnzipCommand(Path src, Path dst)
           
UnzipCommand(Path src, Path dst, PathFilter filter)
           
UnzipCommand(Path src, Path dst, PathFilter filter, java.lang.String prefix)
           
UnzipCommand(Path src, Path dst, java.lang.String prefix)
           
 
Method Summary
 void exec(CommandContext ctx)
           
 java.lang.String toString()
           
 java.lang.String toString(CommandContext ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnzipCommand

public UnzipCommand(Path src,
                    Path dst)

UnzipCommand

public UnzipCommand(Path src,
                    Path dst,
                    PathFilter filter)

UnzipCommand

public UnzipCommand(Path src,
                    Path dst,
                    java.lang.String prefix)

UnzipCommand

public UnzipCommand(Path src,
                    Path dst,
                    PathFilter filter,
                    java.lang.String prefix)
Method Detail

exec

public void exec(CommandContext ctx)
          throws java.io.IOException
Specified by:
exec in interface Command
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(CommandContext ctx)
Specified by:
toString in interface Command

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.