|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.filter.matcher.CalculateService
public final class CalculateService
Static class that are in charge of analyzed the filter and matcher.
| Method Summary | |
|---|---|
static boolean |
contains(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value contains the patternValue or the referenceValue |
static boolean |
endsWith(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value ends with the patternValue or the referenceValue |
static boolean |
equal(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value is equal the patternValue or the referenceValue |
static boolean |
startsWith(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value starts with the patternValue or the referenceValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean contains(Pattern patternValue,
String referenceValue,
String currentValue)
patternValue - referenceValue - currentValue -
public static boolean equal(Pattern patternValue,
String referenceValue,
String currentValue)
patternValue - referenceValue - currentValue -
public static boolean startsWith(Pattern patternValue,
String referenceValue,
String currentValue)
patternValue - referenceValue - currentValue -
public static boolean endsWith(Pattern patternValue,
String referenceValue,
String currentValue)
patternValue - referenceValue - currentValue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||