|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.filter.matcher.Matcher
public abstract class Matcher
| Constructor Summary | |
|---|---|
protected |
Matcher(Pattern value)
|
protected |
Matcher(String value)
|
| Method Summary | |
|---|---|
String |
getMatcherSymbol()
Return the matcher symbol |
protected abstract MatcherType |
getMatcherType()
Return the matcher type |
protected Pattern |
getPattern()
return the pattern |
String |
getValue()
return the given value |
boolean |
isPreFilter()
|
abstract boolean |
isSatisfiedBy(String value)
Check if the matcher is matched given the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Matcher(String value)
protected Matcher(Pattern value)
| Method Detail |
|---|
public String getValue()
public String getMatcherSymbol()
public final boolean isPreFilter()
protected Pattern getPattern()
protected abstract MatcherType getMatcherType()
public abstract boolean isSatisfiedBy(String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||