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