public class Composite extends Object
Represents a composite step, which can be declared both programmatically, via the
@Composite
annotation, or via a textual representation.
Constructor and Description |
---|
Composite(StepType stepType,
String stepWithoutStartingWord,
int priority,
List<String> steps) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
List<String> |
getSteps() |
List<String> |
getSteps(boolean trim) |
StepType |
getStepType() |
String |
getStepWithoutStartingWord() |
Copyright © 2003–2021. All rights reserved.