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