Class LoggerLifecycleHandler
java.lang.Object
org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
org.intocps.maestro.interpreter.extensions.LoggerLifecycleHandler
- All Implemented Interfaces:
IValueLifecycleHandler,IDiscoverableRuntimeMablModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
IValueLifecycleHandler.ValueLifecycle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate(List<Value> args) Creates an instance of the module based on the given argumentsMethods inherited from class org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
destroy, getMablModule
-
Constructor Details
-
LoggerLifecycleHandler
public LoggerLifecycleHandler()
-
-
Method Details
-
instantiate
Description copied from interface:IValueLifecycleHandlerCreates an instance of the module based on the given arguments- Parameters:
args- the arguments to be used for the creation- Returns:
- either an exception or the value just created
-