Package | Description |
---|---|
com.massa.mrules.action | |
com.massa.mrules.callable | |
com.massa.mrules.factory.xml |
Class and Description |
---|
AbstractActionPrint
Action that prints something to execution context out stream (standard or error).
|
AbstractBasicAction
Base class for many actions.
|
AbstractSrcTgtAction
Abstract layer for actions declaring a source and a target.
|
IAction
Defines something to do on the output bean.
|
MAccessorWrapper
Allows to wrap a read accessor as an executable to execute the "get" method.
|
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.
|
MActionSort
Action that sorts the values of the source Accessor.
|
MActionUndefine
Undefines a variable.
|
Class and Description |
---|
AbstractBasicAction
Base class for many actions.
|
IAction
Defines something to do on the output bean.
|
Class and Description |
---|
MActionPrintF.Argument
Overriding MFormatAccessor argument to have our own argument type.
|