Represents a step within a Command. Commands are made up of 1 or many steps.
Constructor and description |
---|
Step
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Command |
getCommand()
|
|
java.lang.String |
getName()
|
|
Map |
getParameters()
|
|
boolean |
handle(ExecutionContext context) Handles the command logic
|
Handles the command logic
context
- The ExecutionContext instead