Class VariableStepLifecycleHandler

java.lang.Object
org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
org.intocps.maestro.interpreter.extensions.VariableStepLifecycleHandler
All Implemented Interfaces:
IValueLifecycleHandler, IDiscoverableRuntimeMablModule

public class VariableStepLifecycleHandler extends BaseLifecycleHandler
  • Constructor Details

    • VariableStepLifecycleHandler

      public VariableStepLifecycleHandler()
  • Method Details

    • instantiate

      public com.spencerwi.either.Either<Exception,Value> instantiate(List<Value> args)
      Description copied from interface: IValueLifecycleHandler
      Creates 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