Interface ExecutionParserHandler
-
public interface ExecutionParserHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Execution execution, Map<String,String> params)
Modifies execution object according to implemented logic.
-