Package step.functions.packages
Interface FunctionPackageHandler
-
- All Known Implementing Classes:
AbstractFunctionPackageHandler,DotnetFunctionPackageHandler,JavaFunctionPackageHandler,RepositoryArtifactFunctionPackageHandler
public interface FunctionPackageHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<step.functions.Function>buildFunctions(FunctionPackage functionPackage, boolean preview)booleanisValidForPackage(FunctionPackage functionPackage)
-
-
-
Method Detail
-
isValidForPackage
boolean isValidForPackage(FunctionPackage functionPackage)
-
buildFunctions
List<step.functions.Function> buildFunctions(FunctionPackage functionPackage, boolean preview) throws Exception
- Throws:
Exception
-
-