public class StepPattern
extends java.lang.Object
Represents a step pattern, as provided in the method annotations.
This pattern will in turn be resolved by the chosen StepMatcher
,
e.g. a regex pattern if using the RegexStepMatcher
Constructor and Description |
---|
StepPattern(StepType stepType,
java.lang.String annotated,
java.lang.String resolved) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
annotated()
Returns the step pattern as provided in the method annotation
|
java.lang.String |
resolved()
Return the step pattern as resolved by the step matcher
|
java.lang.String |
toString() |
StepType |
type()
Return the step type
|
public StepPattern(StepType stepType, java.lang.String annotated, java.lang.String resolved)
public java.lang.String annotated()
public java.lang.String resolved()
public StepType type()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2014. All Rights Reserved.