public class PathAttribute extends ParameterizedAttribute
| Modifier and Type | Field and Description |
|---|---|
static ParameterType |
parameterTypePath |
static String |
PATH_KEY |
COMPARE_BIGGER, COMPARE_EQUAL, COMPARE_SMALLER, FULL_MATCH, IGNORE_WEIGHT, NO_MATCH, NORMAL_WEIGHT| Modifier | Constructor and Description |
|---|---|
protected |
PathAttribute() |
|
PathAttribute(Path path) |
|
PathAttribute(Path path,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
applyChanges(Serializable actual) |
ParameterizedAttribute |
applyVariableChange(String variableName) |
ParameterType |
getType() |
Path |
getValue()
Beware that JAXB does not differentiate between empty string and null.
|
double |
match(Attribute other) |
getVariableNamepublic static final ParameterType parameterTypePath
public static final String PATH_KEY
protected PathAttribute()
public PathAttribute(Path path)
public Path getValue()
Attributepublic Attribute applyChanges(Serializable actual)
applyChanges in class Attributepublic ParameterizedAttribute applyVariableChange(String variableName)
applyVariableChange in class ParameterizedAttributepublic ParameterType getType()
getType in class ParameterizedAttributeCopyright © 2018 ReTest GmbH. All rights reserved.