public class EmbeddedFunctionPackageImporter extends Object
FunctionPackage from the
file system| Constructor and Description |
|---|
EmbeddedFunctionPackageImporter(step.functions.manager.FunctionManager functionManager,
FunctionPackageAccessor functionPackageAccessor,
FunctionPackageManager functionPackageManager) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
importEmbeddedFunctionPackages(@NotNull String packageFolder)
Imports all the
FunctionPackage from the specified folder. |
protected List<String> |
importFunctionPackages(String embeddedPackageFolder,
boolean localExecution) |
public EmbeddedFunctionPackageImporter(step.functions.manager.FunctionManager functionManager,
FunctionPackageAccessor functionPackageAccessor,
FunctionPackageManager functionPackageManager)
public List<String> importEmbeddedFunctionPackages(@NotNull @NotNull String packageFolder)
FunctionPackage from the specified folder.
The import will search in the 2 following sub folders for FunctionPackage
to be imported:
FunctionPackage located in this folder will be imported as local function FunctionPackage located in this folder will be imported as remote function packageFolder - the folder containing the FunctionPackage to be importedFunctionPackage IDsCopyright © 2020. All rights reserved.