Represents a step within a Command. Commands are made up of 1 or many steps.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Command | getCommand()@return The command that this step is part of | 
|  | java.lang.String | getName()@return The name of the step | 
|  | java.util.Map<java.lang.String, java.lang.Object> | getParameters()@return The parameters to the step | 
|  | boolean | handle(ExecutionContext context)Handles the command logic | 
Handles the command logic
context -  The ExecutionContext instead