Package org.jclouds.scriptbuilder.domain
Class Call
- java.lang.Object
-
- org.jclouds.scriptbuilder.domain.Call
-
-
Field Summary
Fields Modifier and Type Field Description static Map<OsFamily,String>
OS_TO_CALL
-
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)
-
-
-
Method Detail
-
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies
in interfaceStatement
-
-