|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.javamatch.query.MatchQuery
net.sourceforge.javamatch.query.StringQuery
net.sourceforge.javamatch.query.RegexMatches
Class RegexMatches is a query that check if a string matches a certain regular expression
| Constructor Summary | |
RegexMatches(java.lang.String memberName,
java.lang.String expression)
Creates a new RegexMatches-query, that checks the given member name against the given regular expression |
|
| Method Summary | |
float |
getMatchValue(java.lang.Object targetObject)
Returns the match value of this match query, when executed on the given object. |
| Methods inherited from class net.sourceforge.javamatch.query.StringQuery |
getValue |
| Methods inherited from class net.sourceforge.javamatch.query.MatchQuery |
getObjectValue, isTwoPass, prePass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RegexMatches(java.lang.String memberName,
java.lang.String expression)
throws java.util.regex.PatternSyntaxException
memberName - the name of the member that is matchedexpression - the value against which is matched
java.util.regex.PatternSyntaxException - If the expression's syntax is invalid| Method Detail |
public float getMatchValue(java.lang.Object targetObject)
throws MatchException
getMatchValue in class MatchQuerytargetObject - the object agains which the query is executed
MatchException - when the value could not be retrieved
|
Hosted by |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||