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