class DefaultMultiStepCommand extends MultiStepCommand
Simple implementation of the MultiStepCommand abstract class that parses commands defined in YAML or JSON
Type | Name and description |
---|---|
CommandDescription |
description |
Properties inherited from class | Properties |
---|---|
class MultiStepCommand |
deprecated, minArguments, name, profile, visible |
Type Params | Return Type | Name and description |
---|---|---|
|
protected AbstractStep |
createStep(Map stepParameters) |
|
List<Step> |
getSteps() |
|
boolean |
handleArgumentOrFlag(Map map, String name) |
Methods inherited from class | Name |
---|---|
class MultiStepCommand |
getSteps, handle |