Interface FunctionLoader
-
- All Known Implementing Classes:
BasicFunctionLoader
,BundleFunctionLoader
,LicenseHeaderFilter
,ServiceFunctionLoader
public interface FunctionLoader
A function loader interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
loadFunction(String function, OsFamily family)
Loads a function and returns it asString
.
-
-
-
Method Detail
-
loadFunction
String loadFunction(String function, OsFamily family) throws FunctionNotFoundException
Loads a function and returns it asString
.- Parameters:
function
- The function name to load.family
- This operating system family of the function.- Returns:
- The function as
String
. - Throws:
FunctionNotFoundException
-
-