abstract class MultiStepCommand extends Object implements CommandEvents, ProfileCommand
A command that executes multiple steps
| Type | Name and description |
|---|---|
boolean |
deprecated |
int |
minArguments |
String |
name |
Profile |
profile |
boolean |
visible |
| Constructor and description |
|---|
MultiStepCommand(String name, Profile profile) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract List<Step> |
getSteps()
|
|
boolean |
handle(ExecutionContext context) |