Simple implementation of the MultiStepCommand abstract class that parses commands defined in YAML or JSON
Type | Name and description |
---|---|
private CommandDescription |
description |
Constructor and description |
---|
DefaultMultiStepCommand
(java.lang.String name, Profile profile, Map data) |
DefaultMultiStepCommand
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected AbstractStep |
createStep(Map stepParameters) |
|
java.util.List |
getSteps() |
|
boolean |
handleArgumentOrFlag(Map map, java.lang.String name) |