Package 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
Pipes the content of the http response to tar -xpzf
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.scriptbuilder.domain.PipeHttpResponseTo
render
Methods inherited from class org.jclouds.scriptbuilder.domain.InterpretableStatement
equals, functionDependencies, hashCode, toString
-
Constructor Details
-
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
-