org.jclouds.scriptbuilder.domain
Class UnzipHttpResponseIntoDirectory

java.lang.Object
  extended by org.jclouds.scriptbuilder.domain.InterpretableStatement
      extended by org.jclouds.scriptbuilder.domain.UnzipHttpResponseIntoDirectory
All Implemented Interfaces:
Statement

public class UnzipHttpResponseIntoDirectory
extends InterpretableStatement

unzips the content into a directory

Author:
Adrian Cole

Constructor Summary
UnzipHttpResponseIntoDirectory(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, String dir)
           
 
Method Summary
 
Methods inherited from class org.jclouds.scriptbuilder.domain.InterpretableStatement
equals, functionDependencies, hashCode, render, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnzipHttpResponseIntoDirectory

public UnzipHttpResponseIntoDirectory(String method,
                                      URI endpoint,
                                      com.google.common.collect.Multimap<String,String> headers,
                                      String dir)
Parameters:
method - http method: ex GET
endpoint - uri corresponding to the request
headers - request headers to send


Copyright © 2009-2012 jclouds. All Rights Reserved.