public interface FunctionLoader
Modifier and Type | Method and Description |
---|---|
String |
loadFunction(String function,
OsFamily family)
Loads a function and returns it as
String . |
String loadFunction(String function, OsFamily family) throws FunctionNotFoundException
String
.function
- The function name to load.family
- This operating system family of the function.String
.FunctionNotFoundException
Copyright © 2009-2013 jclouds. All Rights Reserved.