Package step.functions.packages
Interface FunctionPackageHandler
- All Known Implementing Classes:
AbstractFunctionPackageHandler,JavaFunctionPackageHandler,RepositoryArtifactFunctionPackageHandler
public interface FunctionPackageHandler
-
Method Summary
Modifier and TypeMethodDescriptionbuildFunctions(FunctionPackage functionPackage, boolean preview, step.core.objectenricher.ObjectEnricher objectEnricher) booleanisValidForPackage(FunctionPackage functionPackage)
-
Method Details
-
isValidForPackage
-
buildFunctions
List<Function> buildFunctions(FunctionPackage functionPackage, boolean preview, step.core.objectenricher.ObjectEnricher objectEnricher) throws Exception - Throws:
Exception
-