Package org.jclouds.scriptbuilder.domain
Class PipeHttpResponseTo
- java.lang.Object
-
- org.jclouds.scriptbuilder.domain.InterpretableStatement
-
- org.jclouds.scriptbuilder.domain.PipeHttpResponseTo
-
- All Implemented Interfaces:
Statement
- Direct Known Subclasses:
PipeHttpResponseToBash
,PipeHttpResponseToTarxpzfIntoDirectory
public class PipeHttpResponseTo extends InterpretableStatement
Pipes the content of the http response to a shell command that accepts input from stdin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
render(OsFamily family)
-
Methods inherited from class org.jclouds.scriptbuilder.domain.InterpretableStatement
equals, functionDependencies, hashCode, toString
-
-