Package org.intocps.maestro.interpreter
Class DefaultExternalValueFactory.CsvLifecycleHandler
- java.lang.Object
-
- org.intocps.maestro.interpreter.DefaultExternalValueFactory.BaseLifecycleHandler
-
- org.intocps.maestro.interpreter.DefaultExternalValueFactory.CsvLifecycleHandler
-
- All Implemented Interfaces:
IValueLifecycleHandler,IDiscoverableRuntimeMablModule
- Enclosing class:
- DefaultExternalValueFactory
public static class DefaultExternalValueFactory.CsvLifecycleHandler extends DefaultExternalValueFactory.BaseLifecycleHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
IValueLifecycleHandler.ValueLifecycle
-
-
Constructor Summary
Constructors Constructor Description CsvLifecycleHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.spencerwi.either.Either<Exception,Value>instantiate(List<Value> args)Creates an instance of the module based on the given arguments-
Methods inherited from class org.intocps.maestro.interpreter.DefaultExternalValueFactory.BaseLifecycleHandler
destroy, getMablModule
-
-
-
-
Method Detail
-
instantiate
public com.spencerwi.either.Either<Exception,Value> instantiate(List<Value> args)
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
-
-