Interface FunctionLoader
- All Known Implementing Classes:
BasicFunctionLoader
,BundleFunctionLoader
,LicenseHeaderFilter
,ServiceFunctionLoader
public interface FunctionLoader
A function loader interface.
-
Method Summary
Modifier and TypeMethodDescriptionloadFunction
(String function, OsFamily family) Loads a function and returns it asString
.
-
Method Details
-
loadFunction
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
-