Package org.jclouds.scriptbuilder.domain
Class InterpretableStatement
- java.lang.Object
-
- org.jclouds.scriptbuilder.domain.InterpretableStatement
-
- All Implemented Interfaces:
Statement
- Direct Known Subclasses:
PipeHttpResponseTo
,SaveHttpResponseTo
,UnzipHttpResponseIntoDirectory
public class InterpretableStatement extends Object implements Statement
Statement used in a shell script
-
-
Constructor Summary
Constructors Constructor Description InterpretableStatement(String... statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Iterable<String>
functionDependencies(OsFamily family)
int
hashCode()
String
render(OsFamily family)
String
toString()
-