Interface | Description |
---|---|
IAction |
Defines something to do on the output bean.
|
Class | Description |
---|---|
AbstractActionPrint |
Action that prints something to execution context out stream (standard or error).
|
AbstractBasicAction |
Base class for many actions.
|
AbstractSrcTgtAction<S extends IReadAccessor,T extends IAccessor> |
Abstract layer for actions declaring a source and a target.
|
MAccessorWrapper |
Allows to wrap a read accessor as an executable to execute the "get" method.
|
MActionAdd |
Action that adds the value of the source Accessor to the Collection provided by the target Accessor.
|
MActionAddAll |
Action that adds all the values of the source Accessor to the Collection provided by the target Accessor.
|
MActionClear |
Action that adds the value of the source Accessor to the Collection provided by the target Accessor.
|
MActionDefine |
Defines a variable from an accessor value.
|
MActionExec |
Action that executes system command and redirects output to execution context out stream (standard or error).
|
MActionFlowControl |
Action that allows to control execution flow.
|
MActionPrint |
Implementation that concatenates a bunch of data and prints result.
|
MActionPrintF |
Implementation based on
MFormatAccessor , allowing to replace parts of an input String with values. |
MActionPrintF.Argument |
Overriding MFormatAccessor argument to have our own argument type.
|
MActionResetCache |
Action that allows to manually reset cached data.
|
MActionSet |
Action that sets the value of an accessor with a value taken from another accessor.
|
MActionSort |
Action that sorts the values of the source Accessor.
|
MActionUndefine |
Undefines a variable.
|