org.jclouds.scriptbuilder.domain
Class UnzipHttpResponseIntoDirectory
java.lang.Object
org.jclouds.scriptbuilder.domain.InterpretableStatement
org.jclouds.scriptbuilder.domain.UnzipHttpResponseIntoDirectory
- All Implemented Interfaces:
- Statement
public class UnzipHttpResponseIntoDirectory
- extends InterpretableStatement
unzips the content into a directory
- Author:
- Adrian Cole
UnzipHttpResponseIntoDirectory
public UnzipHttpResponseIntoDirectory(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
String dir)
- Parameters:
method
- http method: ex GETendpoint
- uri corresponding to the requestheaders
- request headers to send
Copyright © 2009-2011 jclouds. All Rights Reserved.