Package step.functions.packages
Class FunctionPackagePlugin
java.lang.Object
step.core.plugins.AbstractPlugin
step.core.plugins.AbstractControllerPlugin
step.functions.packages.FunctionPackagePlugin
- All Implemented Interfaces:
ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<GlobalContext>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
initializeData
(GlobalContext context) void
serverStart
(GlobalContext context) void
serverStop
(GlobalContext context) Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, canBeDisabled, getExecutionEnginePlugin, migrateData
Methods inherited from class step.core.plugins.AbstractPlugin
toString, validate
-
Field Details
-
FUNCTION_TABLE_EXTENSIONS
- See Also:
-
-
Constructor Details
-
FunctionPackagePlugin
public FunctionPackagePlugin()
-
-
Method Details
-
serverStart
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<GlobalContext>
- Overrides:
serverStart
in classAbstractControllerPlugin
- Throws:
Exception
-
initializeData
- Specified by:
initializeData
in interfacestep.framework.server.ServerPlugin<GlobalContext>
- Overrides:
initializeData
in classAbstractControllerPlugin
- Throws:
Exception
-
createScreenInputsIfNecessary
-
serverStop
- Specified by:
serverStop
in interfacestep.framework.server.ServerPlugin<GlobalContext>
- Overrides:
serverStop
in classAbstractControllerPlugin
-
getWebPlugin
- Specified by:
getWebPlugin
in interfaceControllerPlugin
- Overrides:
getWebPlugin
in classAbstractControllerPlugin
-