Package org.intocps.maestro.plugin
Interface IMaestroPlugin
-
- All Known Subinterfaces:
IMaestroExpansionPlugin,IMaestroVerifier
- All Known Implementing Classes:
BasicMaestroExpansionPlugin
public interface IMaestroPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringFMI_STATUS_VARIABLE_NAMEstatic StringGLOBAL_EXECUTION_CONTINUEGlobal boolean identifier which indicates if execution can continue.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetVersion()
-
-
-
Field Detail
-
GLOBAL_EXECUTION_CONTINUE
static final String GLOBAL_EXECUTION_CONTINUE
Global boolean identifier which indicates if execution can continue. This must be set to false by plugins if they encounter an error- See Also:
- Constant Field Values
-
FMI_STATUS_VARIABLE_NAME
static final String FMI_STATUS_VARIABLE_NAME
- See Also:
- Constant Field Values
-
-